diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-28 17:52:20 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-29 11:08:44 +0200 |
commit | db10877d894d2d5bba95ea1871a12c8c633b31d3 (patch) | |
tree | ef6260919b30e594dca5513a99995da92968d310 /svx/inc | |
parent | ad8b40c6701367c2367bbd0ef97c4780182d808b (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/gallery1.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/inc/svx/gallery1.hxx b/svx/inc/svx/gallery1.hxx index b858b042d0ce..aa5cc4aa0f8e 100644 --- a/svx/inc/svx/gallery1.hxx +++ b/svx/inc/svx/gallery1.hxx @@ -167,7 +167,6 @@ public: String GetThemeName( sal_uIntPtr nThemeId ) const; SVX_DLLPUBLIC sal_Bool CreateTheme( const String& rThemeName, sal_uInt32 nNumFrom = 0 ); - sal_Bool CreateImportTheme( const INetURLObject& rURL, const String& rFileName ); sal_Bool RenameTheme( const String& rOldName, const String& rNewName ); SVX_DLLPUBLIC sal_Bool RemoveTheme( const String& rThemeName ); |