summaryrefslogtreecommitdiff
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-07-21 22:08:46 +0200
committerMichael Stahl <mstahl@redhat.com>2014-07-22 16:32:36 +0200
commit8ba92fcd83f351f50e874f01c48f7de3acee971d (patch)
tree2b2c2a208f8331666479de49a001354f6da98979 /writerfilter/inc
parenta140f3bca681ffcc5944d2b4cb9a81985c59c702 (diff)
writerfilter: pass uno::Reference by reference in DomainMapper_Impl
Change-Id: I91d0c2ffb958262fad0e7920852449e73d5481ea
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/dmapper/DomainMapper.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/inc/dmapper/DomainMapper.hxx b/writerfilter/inc/dmapper/DomainMapper.hxx
index bc700826e73e..dd4dc3fa68f5 100644
--- a/writerfilter/inc/dmapper/DomainMapper.hxx
+++ b/writerfilter/inc/dmapper/DomainMapper.hxx
@@ -77,11 +77,11 @@ class DomainMapper : public LoggedProperties, public LoggedTable,
public:
DomainMapper(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
- ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream,
- ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > xModel,
+ ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > const& xInputStream,
+ ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > const& xModel,
bool bRepairStorage,
SourceDocumentType eDocumentType,
- ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xInsertTextRange,
+ ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > const& xInsertTextRange,
bool bIsNewDoc = true);
virtual ~DomainMapper();