summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/XMLBackgroundImageContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLBackgroundImageContext.hxx')
-rw-r--r--xmloff/inc/XMLBackgroundImageContext.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/XMLBackgroundImageContext.hxx b/xmloff/inc/XMLBackgroundImageContext.hxx
index b391632805cc..1f84f6520ed0 100644
--- a/xmloff/inc/XMLBackgroundImageContext.hxx
+++ b/xmloff/inc/XMLBackgroundImageContext.hxx
@@ -34,8 +34,8 @@ class XMLBackgroundImageContext : public XMLElementPropertyContext
XMLPropertyState aTransparencyProp;
::com::sun::star::style::GraphicLocation ePos;
- ::rtl::OUString sURL;
- ::rtl::OUString sFilter;
+ OUString sURL;
+ OUString sFilter;
sal_Int8 nTransparency;
::com::sun::star::uno::Reference < ::com::sun::star::io::XOutputStream > xBase64Stream;
@@ -51,7 +51,7 @@ public:
XMLBackgroundImageContext(
SvXMLImport& rImport,
sal_uInt16 nPrfx,
- const ::rtl::OUString& rLName,
+ const OUString& rLName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList,
const XMLPropertyState& rProp,
@@ -63,7 +63,7 @@ public:
virtual ~XMLBackgroundImageContext();
SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
- const ::rtl::OUString& rLocalName,
+ const OUString& rLocalName,
const ::com::sun::star::uno::Reference<
::com::sun::star::xml::sax::XAttributeList > & xAttrList );