You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2015/12/02 21:21:42 UTC

svn commit: r1717676 - /openoffice/trunk/main/sdext/source/pdfimport/tree/pdfiprocessor.hxx

Author: pfg
Date: Wed Dec  2 20:21:41 2015
New Revision: 1717676

URL: http://svn.apache.org/viewvc?rev=1717676&view=rev
Log:
Hint some opssible optimization to the compiler

Modified:
    openoffice/trunk/main/sdext/source/pdfimport/tree/pdfiprocessor.hxx

Modified: openoffice/trunk/main/sdext/source/pdfimport/tree/pdfiprocessor.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sdext/source/pdfimport/tree/pdfiprocessor.hxx?rev=1717676&r1=1717675&r2=1717676&view=diff
==============================================================================
--- openoffice/trunk/main/sdext/source/pdfimport/tree/pdfiprocessor.hxx (original)
+++ openoffice/trunk/main/sdext/source/pdfimport/tree/pdfiprocessor.hxx Wed Dec  2 20:21:41 2015
@@ -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,