summaryrefslogtreecommitdiff
path: root/svx/inc/GalleryControl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/GalleryControl.hxx')
-rw-r--r--svx/inc/GalleryControl.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/GalleryControl.hxx b/svx/inc/GalleryControl.hxx
index 795471878ad9..8b58d7639ac5 100644
--- a/svx/inc/GalleryControl.hxx
+++ b/svx/inc/GalleryControl.hxx
@@ -37,15 +37,15 @@ class FmFormModel;
namespace svx { namespace sidebar {
-class SVX_DLLPUBLIC GalleryControl : public Window
+class SVX_DLLPUBLIC GalleryControl : public vcl::Window
{
public:
GalleryControl (
SfxBindings* pBindings,
- Window* pParentWindow);
+ vcl::Window* pParentWindow);
virtual ~GalleryControl (void);
- bool GalleryKeyInput( const KeyEvent& rKEvt, Window* pWindow);
+ bool GalleryKeyInput( const KeyEvent& rKEvt, vcl::Window* pWindow);
private:
Gallery* mpGallery;