Kaydet (Commit) afcd04f7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing const

Change-Id: I8d05851c162ee9215f773ebfb9435e549b1572d4
üst 39d4fe7a
......@@ -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)
......
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment