summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLRectangleMembersHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLRectangleMembersHandler.hxx')
-rw-r--r--xmloff/inc/XMLRectangleMembersHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLRectangleMembersHandler.hxx b/xmloff/inc/XMLRectangleMembersHandler.hxx
index f175f0521ff8..8c1be6c4c439 100644
--- a/xmloff/inc/XMLRectangleMembersHandler.hxx
+++ b/xmloff/inc/XMLRectangleMembersHandler.hxx
@@ -42,13 +42,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;
};