summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLAnchorTypePropHdl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLAnchorTypePropHdl.hxx')
-rw-r--r--xmloff/source/text/XMLAnchorTypePropHdl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLAnchorTypePropHdl.hxx b/xmloff/source/text/XMLAnchorTypePropHdl.hxx
index 59b1b3f0f967..01049e5dc01e 100644
--- a/xmloff/source/text/XMLAnchorTypePropHdl.hxx
+++ b/xmloff/source/text/XMLAnchorTypePropHdl.hxx
@@ -30,14 +30,14 @@ public:
virtual ~XMLAnchorTypePropHdl ();
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;
- static sal_Bool convert( const ::rtl::OUString& rStrImpValue,
+ static sal_Bool convert( const OUString& rStrImpValue,
::com::sun::star::text::TextContentAnchorType& rType );
};