diff options
Diffstat (limited to 'xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx b/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx index 6ab3a0f8a518..a42281ebbff5 100644 --- a/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx +++ b/xmloff/inc/XMLBitmapRepeatOffsetPropertyHandler.hxx @@ -32,8 +32,8 @@ struct SvXMLEnumMapEntry; class XMLBitmapRepeatOffsetPropertyHandler: public XMLPropertyHandler { sal_Bool mbX; - ::rtl::OUString msVertical; - ::rtl::OUString msHorizontal; + OUString msVertical; + OUString msHorizontal; public: XMLBitmapRepeatOffsetPropertyHandler( sal_Bool bX ); @@ -43,13 +43,13 @@ public: /// Imports the given value in cas of the given XML-data-type virtual sal_Bool importXML( - const ::rtl::OUString& rStrImpValue, + const OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; /// Exports the given value in cas of the given XML-data-type virtual sal_Bool exportXML( - ::rtl::OUString& rStrExpValue, + OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; |