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.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLAnchorTypePropHdl.hxx b/xmloff/source/text/XMLAnchorTypePropHdl.hxx
index 019b0e95eb38..f08cf2563c56 100644
--- a/xmloff/source/text/XMLAnchorTypePropHdl.hxx
+++ b/xmloff/source/text/XMLAnchorTypePropHdl.hxx
@@ -31,14 +31,14 @@ public:
virtual bool importXML(
const OUString& rStrImpValue,
- ::com::sun::star::uno::Any& rValue,
+ css::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const override;
virtual bool exportXML(
OUString& rStrExpValue,
- const ::com::sun::star::uno::Any& rValue,
+ const css::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const override;
static bool convert( const OUString& rStrImpValue,
- ::com::sun::star::text::TextContentAnchorType& rType );
+ css::text::TextContentAnchorType& rType );
};
#endif // INCLUDED_XMLOFF_SOURCE_TEXT_XMLANCHORTYPEPROPHDL_HXX