From cd42389ad67b403a07a0dda8e2a6e213def49251 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Mon, 17 Jan 2011 13:20:22 +0100 Subject: removetooltypes01: #i112600# remove tooltypes from sc --- sc/source/ui/view/galwrap.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/view/galwrap.cxx') diff --git a/sc/source/ui/view/galwrap.cxx b/sc/source/ui/view/galwrap.cxx index 1d92cb5f303a..2be622ced2c8 100644 --- a/sc/source/ui/view/galwrap.cxx +++ b/sc/source/ui/view/galwrap.cxx @@ -46,12 +46,12 @@ Graphic GalleryGetGraphic() return pGal->GetGraphic(); } -USHORT GallerySGA_FORMAT_GRAPHIC() +sal_uInt16 GallerySGA_FORMAT_GRAPHIC() { return SGA_FORMAT_GRAPHIC; } -BOOL GalleryIsLinkage() +sal_Bool GalleryIsLinkage() { GalleryExplorer* pGal = SVX_GALLERY(); DBG_ASSERT( pGal, "Wo ist die Gallery?" ); -- cgit