summaryrefslogtreecommitdiff
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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLAnchorTypePropHdl.hxx b/xmloff/source/text/XMLAnchorTypePropHdl.hxx
index 7f6c8ddfe27c..9cd0a06f0d7e 100644
--- a/xmloff/source/text/XMLAnchorTypePropHdl.hxx
+++ b/xmloff/source/text/XMLAnchorTypePropHdl.hxx
@@ -37,7 +37,7 @@ public:
OUString& rStrExpValue,
const css::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const override;
- static bool convert( const OUString& rStrImpValue,
+ static bool convert( std::u16string_view rStrImpValue,
css::text::TextContentAnchorType& rType );
};