summaryrefslogtreecommitdiff
path: root/include/svx/galctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/galctrl.hxx')
-rw-r--r--include/svx/galctrl.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/galctrl.hxx b/include/svx/galctrl.hxx
index 5851b52cee6c..9f1ae8b884b0 100644
--- a/include/svx/galctrl.hxx
+++ b/include/svx/galctrl.hxx
@@ -74,8 +74,9 @@ public:
GalleryPreview( Window* pParent, const ResId& rResId );
~GalleryPreview();
- void SetGraphic( const Graphic& rGraphic ) { mxGraphicObj->SetGraphic( rGraphic ); }
+ void ClearGraphic();
bool SetGraphic( const INetURLObject& );
+ bool SetGraphic( Graphic& rGraphic );
void PreviewMedia( const INetURLObject& rURL );
};