summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLScriptExportHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLScriptExportHandler.hxx')
-rw-r--r--xmloff/inc/XMLScriptExportHandler.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmloff/inc/XMLScriptExportHandler.hxx b/xmloff/inc/XMLScriptExportHandler.hxx
index 994ce6322bd7..101f5ba6f1c1 100644
--- a/xmloff/inc/XMLScriptExportHandler.hxx
+++ b/xmloff/inc/XMLScriptExportHandler.hxx
@@ -43,8 +43,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;
};