diff options
Diffstat (limited to 'svx/source/gallery2/GalleryControl.cxx')
-rw-r--r-- | svx/source/gallery2/GalleryControl.cxx | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/svx/source/gallery2/GalleryControl.cxx b/svx/source/gallery2/GalleryControl.cxx index c6256429aede..d1657d71f970 100644 --- a/svx/source/gallery2/GalleryControl.cxx +++ b/svx/source/gallery2/GalleryControl.cxx @@ -240,48 +240,6 @@ void GalleryControl::ThemeSelectionHasChanged (void) } - - -INetURLObject GalleryControl::GetURL (void) const -{ - return mpBrowser2->GetURL(); -} - - - - -String GalleryControl::GetFilterName (void) const -{ - return mpBrowser2->GetFilterName(); -} - - - - -Graphic GalleryControl::GetGraphic(void) const -{ - return mpBrowser2->GetGraphic(); -} - - - - -sal_Bool GalleryControl::GetVCDrawModel( FmFormModel& rModel ) const -{ - return mpBrowser2->GetVCDrawModel( rModel ); -} - - - - -sal_Bool GalleryControl::IsLinkage (void) const -{ - return mpBrowser2->IsLinkage(); -} - - - - IMPL_LINK( GalleryControl, SplitHdl, void*, EMPTYARG ) { if(mpSplitter->IsHorizontal()) |