summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/pdfparse/pdfentries.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-18 11:08:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-18 14:59:47 +0200
commit3964408f7f6acbfe613c6173f44c810fdacdc63d (patch)
tree0b3522e9f079b353b5946dbc7a4772bf42bd9deb /sdext/source/pdfimport/pdfparse/pdfentries.cxx
parente56596e009c11ec6118a126ac560e87d754ae15b (diff)
loplugin:constparams in sdext
Change-Id: Ia5d2c00b02bf1758f7502065dd109f0f54fda2d3 Reviewed-on: https://gerrit.libreoffice.org/40124 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sdext/source/pdfimport/pdfparse/pdfentries.cxx')
-rw-r--r--sdext/source/pdfimport/pdfparse/pdfentries.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/pdfparse/pdfentries.cxx b/sdext/source/pdfimport/pdfparse/pdfentries.cxx
index 4a90b784fde9..34d23a5a1310 100644
--- a/sdext/source/pdfimport/pdfparse/pdfentries.cxx
+++ b/sdext/source/pdfimport/pdfparse/pdfentries.cxx
@@ -107,7 +107,7 @@ PDFEntry::~PDFEntry()
{
}
-EmitImplData* PDFEntry::getEmitData( EmitContext& rContext )
+EmitImplData* PDFEntry::getEmitData( EmitContext const & rContext )
{
return rContext.m_pImplData.get();
}