diff options
Diffstat (limited to 'svx/source/gallery2/galtheme.cxx')
-rw-r--r-- | svx/source/gallery2/galtheme.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/gallery2/galtheme.cxx b/svx/source/gallery2/galtheme.cxx index 69f8f4f7557c..8486d6d4ad14 100644 --- a/svx/source/gallery2/galtheme.cxx +++ b/svx/source/gallery2/galtheme.cxx @@ -801,10 +801,6 @@ void GalleryTheme::ImplSetModified( bool bModified ) pThm->SetModified(bModified); } -const INetURLObject& GalleryTheme::GetThmURL() const { return pThm->GetThmURL(); } -const INetURLObject& GalleryTheme::GetSdgURL() const { return pThm->GetSdgURL(); } -const INetURLObject& GalleryTheme::GetSdvURL() const { return pThm->GetSdvURL(); } -const INetURLObject& GalleryTheme::GetStrURL() const { return pThm->GetStrURL(); } sal_uInt32 GalleryTheme::GetId() const { return pThm->GetId(); } void GalleryTheme::SetId( sal_uInt32 nNewId, bool bResetThemeName ) { pThm->SetId( nNewId, bResetThemeName ); } bool GalleryTheme::IsReadOnly() const { return pThm->IsReadOnly(); } |