summaryrefslogtreecommitdiffstats
path: root/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLTextColumnsPropertyHandler.hxx')
-rw-r--r--xmloff/inc/XMLTextColumnsPropertyHandler.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/inc/XMLTextColumnsPropertyHandler.hxx b/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
index a3caad1e4ddb..6a533e7080fc 100644
--- a/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
+++ b/xmloff/inc/XMLTextColumnsPropertyHandler.hxx
@@ -36,11 +36,11 @@ public:
/// TabStops will be imported/exported as XML-Elements. So the Import/Export-work must be done at another place.
virtual sal_Bool importXML(
- const ::rtl::OUString& rStrImpValue,
+ const OUString& rStrImpValue,
::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const;
virtual sal_Bool exportXML(
- ::rtl::OUString& rStrExpValue,
+ OUString& rStrExpValue,
const ::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const;
};