filter/source/graphicfilter/icgm/cgm.cxx |    2 +-
 filter/source/graphicfilter/icgm/cgm.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit afcd04f74bbd0225f5a14ba54907cdbef5666ce7
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Fri Oct 17 14:37:31 2014 +0200

    Missing const
    
    Change-Id: I8d05851c162ee9215f773ebfb9435e549b1572d4

diff --git a/filter/source/graphicfilter/icgm/cgm.cxx 
b/filter/source/graphicfilter/icgm/cgm.cxx
index 9e44147..ab8f74e 100644
--- a/filter/source/graphicfilter/icgm/cgm.cxx
+++ b/filter/source/graphicfilter/icgm/cgm.cxx
@@ -32,7 +32,7 @@
 
 using namespace ::com::sun::star;
 
-CGM::CGM( sal_uInt32 nMode, uno::Reference< frame::XModel > & rModel )
+CGM::CGM( sal_uInt32 nMode, uno::Reference< frame::XModel > const & rModel )
     : mnOutdx(28000)
     , mnOutdy(21000)
     , mnVDCXadd(0)
diff --git a/filter/source/graphicfilter/icgm/cgm.hxx 
b/filter/source/graphicfilter/icgm/cgm.hxx
index fb302b0..c03b891 100644
--- a/filter/source/graphicfilter/icgm/cgm.hxx
+++ b/filter/source/graphicfilter/icgm/cgm.hxx
@@ -137,7 +137,7 @@ class CGM
 
                             ~CGM();
 
-                            CGM( sal_uInt32 nMode, 
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > & rModel );
+                            CGM( sal_uInt32 nMode, 
::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel > const & 
rModel );
         VirtualDevice*      mpVirDev;
         GDIMetaFile*        mpGDIMetaFile;
         sal_uInt32              GetBackGroundColor();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to