summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/galwrap.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/galwrap.cxx')
-rw-r--r--sc/source/ui/view/galwrap.cxx4
1 files changed, 2 insertions, 2 deletions
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?" );