summaryrefslogtreecommitdiffstats
path: root/package/inc/ZipFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'package/inc/ZipFile.hxx')
-rw-r--r--package/inc/ZipFile.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/inc/ZipFile.hxx b/package/inc/ZipFile.hxx
index 021493d64459..6065a8f3af35 100644
--- a/package/inc/ZipFile.hxx
+++ b/package/inc/ZipFile.hxx
@@ -90,12 +90,12 @@ class ZipFile
public:
ZipFile( const rtl::Reference<comphelper::RefCountedMutex>& aMutexHolder,
- css::uno::Reference < css::io::XInputStream > &xInput,
+ css::uno::Reference < css::io::XInputStream > const &xInput,
const css::uno::Reference < css::uno::XComponentContext > &rxContext,
bool bInitialise );
ZipFile( const rtl::Reference<comphelper::RefCountedMutex>& aMutexHolder,
- css::uno::Reference < css::io::XInputStream > &xInput,
+ css::uno::Reference < css::io::XInputStream > const &xInput,
const css::uno::Reference < css::uno::XComponentContext > &rxContext,
bool bInitialise,
bool bForceRecover );