sdext/source/pdfimport/tree/pdfiprocessor.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 524116db429404c814bf3930f67b550274687c5d Author: Pedro Giffuni <[email protected]> Date: Wed Dec 2 20:21:41 2015 +0000 Hint some opssible optimization to the compiler diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.hxx b/sdext/source/pdfimport/tree/pdfiprocessor.hxx index 70b1fbc..283d52a 100644 --- a/sdext/source/pdfimport/tree/pdfiprocessor.hxx +++ b/sdext/source/pdfimport/tree/pdfiprocessor.hxx @@ -123,7 +123,7 @@ namespace pdfi void drawCharGlyphs( rtl::OUString& rGlyphs, ::com::sun::star::geometry::RealRectangle2D& rRect, ::com::sun::star::geometry::Matrix2D& rFontMatrix, - GraphicsContext aGC, + const GraphicsContext aGC, Element* pCurElement, ParagraphElement* pPara, FrameElement* pFrame, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
