From 3735d9d387398fd90ab63ce2b1367dd154bd0fb9 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 10 Oct 2008 13:02:43 +0000 Subject: CWS-TOOLING: integrate CWS cmcfixes49 --- basebmp/source/bitmapdevice.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basebmp/source') diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx index 34599a5ef3be..22157b1e0e4d 100644 --- a/basebmp/source/bitmapdevice.cxx +++ b/basebmp/source/bitmapdevice.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: bitmapdevice.cxx,v $ - * $Revision: 1.33 $ + * $Revision: 1.33.4.1 $ * * This file is part of OpenOffice.org. * @@ -1093,7 +1093,7 @@ PaletteMemorySharedVector BitmapDevice::getPalette() const return mpImpl->mpPalette; } -const sal_Int32 BitmapDevice::getPaletteEntryCount() const +sal_Int32 BitmapDevice::getPaletteEntryCount() const { return mpImpl->mpPalette ? mpImpl->mpPalette->size() : 0; } -- cgit