summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galbrws1.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/gallery2/galbrws1.hxx')
-rw-r--r--svx/source/gallery2/galbrws1.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/gallery2/galbrws1.hxx b/svx/source/gallery2/galbrws1.hxx
index 23fbb678f40a..94a8d3e3a371 100644
--- a/svx/source/gallery2/galbrws1.hxx
+++ b/svx/source/gallery2/galbrws1.hxx
@@ -122,7 +122,7 @@ private:
public:
GalleryBrowser1(
- Window* pParent,
+ vcl::Window* pParent,
const ResId& rResId,
Gallery* pGallery,
const ::boost::function<sal_Bool(const KeyEvent&,Window*)>& rKeyInputHandler,
@@ -134,7 +134,7 @@ public:
OUString GetSelectedTheme() { return mpThemes->GetEntryCount() ? mpThemes->GetEntry( mpThemes->GetSelectEntryPos() ) : OUString(); }
void ShowContextMenu();
- bool KeyInput( const KeyEvent& rKEvt, Window* pWindow );
+ bool KeyInput( const KeyEvent& rKEvt, vcl::Window* pWindow );
};
#endif // INCLUDED_SVX_SOURCE_GALLERY2_GALBRWS1_HXX