summaryrefslogtreecommitdiff
path: root/sd/source/filter/xml/sdxmlwrp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/xml/sdxmlwrp.cxx')
-rw-r--r--sd/source/filter/xml/sdxmlwrp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/xml/sdxmlwrp.cxx b/sd/source/filter/xml/sdxmlwrp.cxx
index 680e86570437..3a9255818d94 100644
--- a/sd/source/filter/xml/sdxmlwrp.cxx
+++ b/sd/source/filter/xml/sdxmlwrp.cxx
@@ -183,7 +183,7 @@ sal_Int32 ReadThroughComponent(
const OUString& rStreamName,
Reference<uno::XComponentContext> & rxContext,
const sal_Char* pFilterName,
- Sequence<Any> rFilterArguments,
+ const Sequence<Any>& rFilterArguments,
const OUString& rName,
bool bMustBeSuccessfull,
bool bEncrypted )
@@ -325,7 +325,7 @@ sal_Int32 ReadThroughComponent(
const sal_Char* pCompatibilityStreamName,
Reference<uno::XComponentContext> & rxContext,
const sal_Char* pFilterName,
- Sequence<Any> rFilterArguments,
+ const Sequence<Any>& rFilterArguments,
const OUString& rName,
bool bMustBeSuccessfull )
{