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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/inc/XMLStarBasicExportHandler.hxx b/xmloff/inc/XMLStarBasicExportHandler.hxx
index de909e0d24eb..878d748680f9 100644
--- a/xmloff/inc/XMLStarBasicExportHandler.hxx
+++ b/xmloff/inc/XMLStarBasicExportHandler.hxx
@@ -40,7 +40,7 @@ public:
virtual void Export(
SvXMLExport& rExport,
const OUString& rEventName,
- css::uno::Sequence<css::beans::PropertyValue> & rValues,
+ const css::uno::Sequence<css::beans::PropertyValue> & rValues,
bool bUseWhitespace) override;
};