summaryrefslogtreecommitdiffstats
path: root/svx/source/gallery2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-11-10 22:26:44 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-11-11 11:55:04 +0000
commit328e09955a612b8bcd6962f8af1b5dfb7272871a (patch)
tree61579837ac6ee0976d7d671e1120eeee2cf78489 /svx/source/gallery2
parentByteString->rtl::OString (diff)
downloadcore-328e09955a612b8bcd6962f8af1b5dfb7272871a.tar.gz
core-328e09955a612b8bcd6962f8af1b5dfb7272871a.zip
callcatcher: remove some unused code
Diffstat (limited to 'svx/source/gallery2')
-rw-r--r--svx/source/gallery2/galexpl.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/svx/source/gallery2/galexpl.cxx b/svx/source/gallery2/galexpl.cxx
index a107ea8a6b0d..ccf9b00d7535 100644
--- a/svx/source/gallery2/galexpl.cxx
+++ b/svx/source/gallery2/galexpl.cxx
@@ -253,14 +253,6 @@ sal_uIntPtr GalleryExplorer::GetObjCount( const String& rThemeName )
// ------------------------------------------------------------------------
-sal_uIntPtr GalleryExplorer::GetObjCount( sal_uIntPtr nThemeId )
-{
- Gallery* pGal = ImplGetGallery();
- return( pGal ? GetObjCount( pGal->GetThemeName( nThemeId ) ) : sal_False );
-}
-
-// ------------------------------------------------------------------------
-
sal_Bool GalleryExplorer::GetGraphicObj( const String& rThemeName, sal_uIntPtr nPos,
Graphic* pGraphic, Bitmap* pThumb,
sal_Bool bProgress )
@@ -445,11 +437,4 @@ sal_Bool GalleryExplorer::EndLocking( sal_uIntPtr nThemeId )
return( pGal ? EndLocking( pGal->GetThemeName( nThemeId ) ) : sal_False );
}
-// -----------------------------------------------------------------------------
-
-sal_Bool GalleryExplorer::DrawCentered( OutputDevice* pOut, const FmFormModel& rModel )
-{
- return SgaObjectSvDraw::DrawCentered( pOut, rModel );
-}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */