diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-03 21:40:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-04 09:00:05 +0100 |
commit | 04723baf6e87fb8d3c097f41529e388bf48df43c (patch) | |
tree | b9f02835a5fbe5884bce911ae80f9a08686729de /svx/inc | |
parent | f1d4ce6ea51574a0f0a80c4c9ed2ddbc356fbec0 (diff) |
callcatcher: various unused methods
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/gallery.hxx | 3 |
1 files changed, 0 insertions, 3 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 ); |