summaryrefslogtreecommitdiff
path: root/include/xmloff/xmlevent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/xmlevent.hxx')
-rw-r--r--include/xmloff/xmlevent.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlevent.hxx b/include/xmloff/xmlevent.hxx
index d300c8d06679..b0fa87403f62 100644
--- a/include/xmloff/xmlevent.hxx
+++ b/include/xmloff/xmlevent.hxx
@@ -98,7 +98,7 @@ public:
virtual void Export(
SvXMLExport& rExport, /// the current XML export
const OUString& rEventQName, /// the XML name of the event
- css::uno::Sequence<css::beans::PropertyValue> & rValues, /// the values for the event
+ const css::uno::Sequence<css::beans::PropertyValue> & rValues, /// the values for the event
bool bUseWhitespace) = 0; /// create whitespace around elements?
};