summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-03 21:40:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-04 09:00:05 +0100
commit04723baf6e87fb8d3c097f41529e388bf48df43c (patch)
treeb9f02835a5fbe5884bce911ae80f9a08686729de /svx
parentf1d4ce6ea51574a0f0a80c4c9ed2ddbc356fbec0 (diff)
callcatcher: various unused methods
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/gallery.hxx3
-rw-r--r--svx/source/gallery2/galexpl.cxx23
2 files changed, 0 insertions, 26 deletions
diff --git a/svx/inc/svx/gallery.hxx b/svx/inc/svx/gallery.hxx
index bb7b9abbdef6..a04659d5158a 100644
--- a/svx/inc/svx/gallery.hxx
+++ b/svx/inc/svx/gallery.hxx
@@ -224,7 +224,6 @@ public:
INetURLObject GetURL() const;
String GetFilterName() const;
Graphic GetGraphic() const;
- sal_Bool GetVCDrawModel( FmFormModel& rModel ) const;
sal_Bool IsLinkage() const;
static bool FillThemeList( std::vector<String>& rThemeList );
@@ -255,7 +254,6 @@ public:
sal_Bool bProgess = sal_False );
static sal_Bool InsertGraphicObj( const String& rThemeName, const Graphic& rGraphic );
- static sal_Bool InsertGraphicObj( sal_uIntPtr nThemeId, const Graphic& rGraphic );
static sal_uIntPtr GetSdrObjCount( const String& rThemeName );
static sal_uIntPtr GetSdrObjCount( sal_uIntPtr nThemeId );
@@ -266,7 +264,6 @@ public:
SdrModel* pModel = NULL, Bitmap* pThumb = NULL );
static sal_Bool InsertSdrObj( const String& rThemeName, FmFormModel& rModel );
- static sal_Bool InsertSdrObj( sal_uIntPtr nThemeId, FmFormModel& rModel );
static sal_Bool BeginLocking( const String& rThemeName );
static sal_Bool BeginLocking( sal_uIntPtr nThemeId );
diff --git a/svx/source/gallery2/galexpl.cxx b/svx/source/gallery2/galexpl.cxx
index a813ffe8a15b..d5add09c8ac5 100644
--- a/svx/source/gallery2/galexpl.cxx
+++ b/svx/source/gallery2/galexpl.cxx
@@ -95,13 +95,6 @@ Graphic GalleryExplorer::GetGraphic() const
// ------------------------------------------------------------------------
-sal_Bool GalleryExplorer::GetVCDrawModel( FmFormModel& rModel ) const
-{
- return GALLERYBROWSER()->GetVCDrawModel( rModel );
-}
-
-// ------------------------------------------------------------------------
-
sal_Bool GalleryExplorer::IsLinkage() const
{
return GALLERYBROWSER()->IsLinkage();
@@ -329,14 +322,6 @@ sal_Bool GalleryExplorer::InsertGraphicObj( const String& rThemeName, const Grap
// ------------------------------------------------------------------------
-sal_Bool GalleryExplorer::InsertGraphicObj( sal_uIntPtr nThemeId, const Graphic& rGraphic )
-{
- Gallery* pGal = ImplGetGallery();
- return( pGal ? InsertGraphicObj( pGal->GetThemeName( nThemeId ), rGraphic ) : sal_False );
-}
-
-// ------------------------------------------------------------------------
-
sal_uIntPtr GalleryExplorer::GetSdrObjCount( const String& rThemeName )
{
Gallery* pGal = ImplGetGallery();
@@ -436,14 +421,6 @@ sal_Bool GalleryExplorer::InsertSdrObj( const String& rThemeName, FmFormModel& r
return bRet;
}
-// ------------------------------------------------------------------------
-
-sal_Bool GalleryExplorer::InsertSdrObj( sal_uIntPtr nThemeId, FmFormModel& rModel )
-{
- Gallery* pGal = ImplGetGallery();
- return( pGal ? InsertSdrObj( pGal->GetThemeName( nThemeId ), rModel ) : sal_False );
-}
-
// -----------------------------------------------------------------------------
sal_Bool GalleryExplorer::BeginLocking( const String& rThemeName )