summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-03 18:21:12 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-04 08:54:46 +0100
commitc938ef4be50f166ff5f45ef6d73ede07f3025f60 (patch)
tree5497a94d71e04f50789dddd3f9a9f7580e997bd1 /svx
parentb14d791fc0b1e7087cd4131d93ebb12729cc728d (diff)
drop unused GalleryTheme::GetStrURL
Change-Id: I9bef5ee5c40c39b9e4c926db287a53e7942eaa6a
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galtheme.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx
index ac342d346923..b44df0206c4f 100644
--- a/svx/source/gallery2/galtheme.cxx
+++ b/svx/source/gallery2/galtheme.cxx
@@ -1602,7 +1602,6 @@ void GalleryTheme::ImplSetModified( sal_Bool bModified )
const OUString& GalleryTheme::GetRealName() const { return pThm->GetThemeName(); }
const INetURLObject& GalleryTheme::GetThmURL() const { return pThm->GetThmURL(); }
const INetURLObject& GalleryTheme::GetSdgURL() const { return pThm->GetSdgURL(); }
-const INetURLObject& GalleryTheme::GetStrURL() const { return pThm->GetStrURL(); }
const INetURLObject& GalleryTheme::GetSdvURL() const { return pThm->GetSdvURL(); }
sal_uInt32 GalleryTheme::GetId() const { return pThm->GetId(); }
void GalleryTheme::SetId( sal_uInt32 nNewId, sal_Bool bResetThemeName ) { pThm->SetId( nNewId, bResetThemeName ); }