summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLStarBasicExportHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLStarBasicExportHandler.hxx')
-rw-r--r--xmloff/inc/XMLStarBasicExportHandler.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/inc/XMLStarBasicExportHandler.hxx b/xmloff/inc/XMLStarBasicExportHandler.hxx
index e5d8eef5f2fd..60d558b9817f 100644
--- a/xmloff/inc/XMLStarBasicExportHandler.hxx
+++ b/xmloff/inc/XMLStarBasicExportHandler.hxx
@@ -47,8 +47,7 @@ public:
virtual void Export(
SvXMLExport& rExport,
const OUString& rEventName,
- ::com::sun::star::uno::Sequence<
- ::com::sun::star::beans::PropertyValue> & rValues,
+ css::uno::Sequence<css::beans::PropertyValue> & rValues,
bool bUseWhitespace) override;
};