diff options
-rw-r--r-- | include/svx/galtheme.hxx | 1 | ||||
-rw-r--r-- | svx/source/gallery2/galtheme.cxx | 1 | ||||
-rw-r--r-- | unusedcode.easy | 1 |
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&) |