summaryrefslogtreecommitdiff
path: root/include/sfx2/docinf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/docinf.hxx')
-rw-r--r--include/sfx2/docinf.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/docinf.hxx b/include/sfx2/docinf.hxx
index 0c1b66f1c38e..1c75d1d9bc3c 100644
--- a/include/sfx2/docinf.hxx
+++ b/include/sfx2/docinf.hxx
@@ -43,7 +43,7 @@ namespace sfx2 {
@param i_pStorage OLE Storage
*/
sal_uInt32 SFX2_DLLPUBLIC LoadOlePropertySet(
- css::uno::Reference< css::document::XDocumentProperties> i_xDocProps,
+ const css::uno::Reference< css::document::XDocumentProperties>& i_xDocProps,
SotStorage* i_pStorage );
/** save document meta-data to OLE stream
@@ -55,7 +55,7 @@ sal_uInt32 SFX2_DLLPUBLIC LoadOlePropertySet(
@param i_pHyperlinks Blob: Hyperlink blob ("_PID_HLINKS")
*/
bool SFX2_DLLPUBLIC SaveOlePropertySet(
- css::uno::Reference< css::document::XDocumentProperties> i_xDocProps,
+ const css::uno::Reference< css::document::XDocumentProperties>& i_xDocProps,
SotStorage* i_pStorage,
const css::uno::Sequence<sal_uInt8> * i_pThumb = nullptr,
const css::uno::Sequence<sal_uInt8> * i_pGuid = nullptr,