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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/galctrl.hxx b/include/svx/galctrl.hxx
index 752fdf38cc6c..4abfde111486 100644
--- a/include/svx/galctrl.hxx
+++ b/include/svx/galctrl.hxx
@@ -40,7 +40,7 @@
class GalleryTheme;
class GalleryBrowser2;
-class SVX_DLLPUBLIC GalleryPreview : public Window, public DropTargetHelper, public DragSourceHelper
+class SVX_DLLPUBLIC GalleryPreview : public vcl::Window, public DropTargetHelper, public DragSourceHelper
{
private:
@@ -71,7 +71,7 @@ private:
public:
- GalleryPreview(Window* pParent,
+ GalleryPreview(vcl::Window* pParent,
WinBits nStyle = WB_TABSTOP | WB_BORDER,
GalleryTheme* pTheme = NULL);