[Libreoffice-commits] .: vcl/source
Lubos Lunak
llunak at kemper.freedesktop.org
Tue Jun 19 05:30:06 PDT 2012
vcl/source/gdi/outdev2.cxx | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
New commits:
commit ad08216f8f489ad36aaaac8def71ae4f27a64d89
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue Jun 19 13:47:42 2012 +0200
match properly the type in the extern declaration
Change-Id: Iaad7538ed7933a1f45bb5e16dc0adec75af53300
diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx
index a90c05d..dc8dd50 100644
--- a/vcl/source/gdi/outdev2.cxx
+++ b/vcl/source/gdi/outdev2.cxx
@@ -78,11 +78,11 @@ DBG_NAMEEX( OutputDevice )
// - externals -
// -------------
-extern sal_uLong nVCLRLut[ 6 ];
-extern sal_uLong nVCLGLut[ 6 ];
-extern sal_uLong nVCLBLut[ 6 ];
-extern sal_uLong nVCLDitherLut[ 256 ];
-extern sal_uLong nVCLLut[ 256 ];
+extern const sal_uLong nVCLRLut[ 6 ];
+extern const sal_uLong nVCLGLut[ 6 ];
+extern const sal_uLong nVCLBLut[ 6 ];
+extern const sal_uLong nVCLDitherLut[ 256 ];
+extern const sal_uLong nVCLLut[ 256 ];
// =======================================================================
More information about the Libreoffice-commits
mailing list