summaryrefslogtreecommitdiff
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
parentb14d791fc0b1e7087cd4131d93ebb12729cc728d (diff)
drop unused GalleryTheme::GetStrURL
Change-Id: I9bef5ee5c40c39b9e4c926db287a53e7942eaa6a
-rw-r--r--include/svx/galtheme.hxx1
-rw-r--r--svx/source/gallery2/galtheme.cxx1
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 3 deletions
diff --git a/include/svx/galtheme.hxx b/include/svx/galtheme.hxx
index 25f939a8085f..83899dbc4a45 100644
--- a/include/svx/galtheme.hxx
+++ b/include/svx/galtheme.hxx
@@ -155,7 +155,6 @@ public:
const INetURLObject& GetThmURL() const;
SVX_DLLPUBLIC const INetURLObject& GetSdgURL() const;
const INetURLObject& GetSdvURL() const;
- const INetURLObject& GetStrURL() const;
SVX_DLLPUBLIC sal_uInt32 GetId() const;
void SetId( sal_uInt32 nNewId, sal_Bool bResetThemeName );
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 ); }
diff --git a/unusedcode.easy b/unusedcode.easy
index 887641cb6b75..89479d2a6850 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -9,7 +9,6 @@ BitmapWriteAccess::DrawPolygon(Polygon const&)
DbgRegisterNamedUserChannel(rtl::OUString const&, void (*)(char const*))
EditTextObjectImpl::SetParaAttribs(int, SfxItemSet const&)
FontSelectPatternAttributes::FontSelectPatternAttributes(PhysicalFontFace const&, Size const&, float, int, bool)
-GalleryTheme::GetStrURL() const
ImplRegionBand::IsInside(long, long)
ImplRegionBand::IsOver(long, long)
LanguageTag::reset(_rtl_Locale const&)