summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx')
-rw-r--r--xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx b/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx
index 96b9d3088b6d..4c41d9db361d 100644
--- a/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx
+++ b/xmloff/source/text/XMLTextCharStyleNamesElementExport.hxx
@@ -39,9 +39,8 @@ public:
XMLTextCharStyleNamesElementExport(
SvXMLExport& rExp, bool bDoSomething, bool bAllStyles,
- const ::com::sun::star::uno::Reference <
- ::com::sun::star::beans::XPropertySet > & rPropSet,
- const OUString& rPropName );
+ const css::uno::Reference < css::beans::XPropertySet > & rPropSet,
+ const OUString& rPropName );
~XMLTextCharStyleNamesElementExport();
};