From 0d50804e1c0c0ea2a5cd73fa3fa2a9ff0a0e7048 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 3 Nov 2017 09:52:08 +0200 Subject: loplugin:constparams in various(2) Change-Id: I533a7eb724b15e168a28dc92cd5962a39bc96e7c Reviewed-on: https://gerrit.libreoffice.org/44313 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sdext/source/pdfimport/inc/pdfparse.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdext/source/pdfimport') diff --git a/sdext/source/pdfimport/inc/pdfparse.hxx b/sdext/source/pdfimport/inc/pdfparse.hxx index b38c8ca35a9d..462cf46955fa 100644 --- a/sdext/source/pdfimport/inc/pdfparse.hxx +++ b/sdext/source/pdfimport/inc/pdfparse.hxx @@ -167,7 +167,7 @@ struct PDFContainer : public PDFEntry void cloneSubElements( std::vector& rNewSubElements ) const; PDFObject* findObject( unsigned int nNumber, unsigned int nGeneration ) const; - PDFObject* findObject( PDFObjectRef* pRef ) const + PDFObject* findObject( PDFObjectRef const * pRef ) const { return findObject( pRef->m_nNumber, pRef->m_nGeneration ); } }; -- cgit