summaryrefslogtreecommitdiff
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 15:59:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-31 19:53:32 +0200
commit3b04455e23174a5f479932f919b7b2b9831b2c54 (patch)
tree80f3d11b2012702f08ef54fb2a61de23d834de44 /writerfilter/inc
parentc2bf0d06fa3c634024db816a93e53e904f4eb2d1 (diff)
loplugin:constparams in writerfilter
Change-Id: Ic0455f0a61825ec649ecbb78244f78a20df2787a Reviewed-on: https://gerrit.libreoffice.org/40595 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/dmapper/DomainMapperFactory.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/inc/dmapper/DomainMapperFactory.hxx b/writerfilter/inc/dmapper/DomainMapperFactory.hxx
index 01c347edf903..331d871128ad 100644
--- a/writerfilter/inc/dmapper/DomainMapperFactory.hxx
+++ b/writerfilter/inc/dmapper/DomainMapperFactory.hxx
@@ -42,7 +42,7 @@ public:
css::uno::Reference<css::lang::XComponent> const& xModel,
bool bRepairStorage,
SourceDocumentType eDocumentType,
- utl::MediaDescriptor& rMediaDesc);
+ utl::MediaDescriptor const & rMediaDesc);
};
// export just for test