summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/GalleryControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/GalleryControl.cxx')
-rw-r--r--svx/source/gallery2/GalleryControl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/GalleryControl.cxx b/svx/source/gallery2/GalleryControl.cxx
index bf83c0d4e3a2..1498a7952b1b 100644
--- a/svx/source/gallery2/GalleryControl.cxx
+++ b/svx/source/gallery2/GalleryControl.cxx
@@ -37,7 +37,7 @@ static const sal_Int32 gnInitialVerticalSplitPosition (150);
GalleryControl::GalleryControl (
SfxBindings* /*pBindings*/,
- Window* pParentWindow)
+ vcl::Window* pParentWindow)
: Window(pParentWindow, GAL_RES(RID_SVXDLG_GALLERYBROWSER)),
mpGallery (Gallery::GetGalleryInstance()),
mpSplitter(new GallerySplitter(
@@ -171,7 +171,7 @@ void GalleryControl::Resize (void)
maLastSize = aNewSize;
}
-bool GalleryControl::GalleryKeyInput( const KeyEvent& rKEvt, Window* )
+bool GalleryControl::GalleryKeyInput( const KeyEvent& rKEvt, vcl::Window* )
{
const sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode();
bool bRet = ( !rKEvt.GetKeyCode().IsMod1() &&