summaryrefslogtreecommitdiff
path: root/include/xmloff/settingsstore.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmloff/settingsstore.hxx')
-rw-r--r--include/xmloff/settingsstore.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/settingsstore.hxx b/include/xmloff/settingsstore.hxx
index 151d57da8bf7..e78ae0a82ca3 100644
--- a/include/xmloff/settingsstore.hxx
+++ b/include/xmloff/settingsstore.hxx
@@ -22,13 +22,13 @@ class DocumentSettingsSerializer {
public:
// Import objects and update properties (eliding URLs)
virtual css::uno::Sequence<css::beans::PropertyValue>
- filterStreamsFromStorage(
+ filterStreamsFromStorage(
OUString const & referer,
const css::uno::Reference< css::embed::XStorage > &xStorage,
const css::uno::Sequence<css::beans::PropertyValue>& aConfigProps ) = 0;
// Export objects and update properties with relative URLs into this storage
virtual css::uno::Sequence<css::beans::PropertyValue>
- filterStreamsToStorage(
+ filterStreamsToStorage(
const css::uno::Reference< css::embed::XStorage > &xStorage,
const css::uno::Sequence<css::beans::PropertyValue>& aConfigProps ) = 0;