[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sdext/source

Pedro Giffuni pfg at apache.org
Wed Dec 2 14:08:24 PST 2015


 sdext/source/pdfimport/tree/pdfiprocessor.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 524116db429404c814bf3930f67b550274687c5d
Author: Pedro Giffuni <pfg at apache.org>
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,


More information about the Libreoffice-commits mailing list