summaryrefslogtreecommitdiff
path: root/include/sfx2/controlwrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/controlwrapper.hxx')
-rw-r--r--include/sfx2/controlwrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/controlwrapper.hxx b/include/sfx2/controlwrapper.hxx
index 52eda07573fe..447bf5cb54d3 100644
--- a/include/sfx2/controlwrapper.hxx
+++ b/include/sfx2/controlwrapper.hxx
@@ -221,10 +221,10 @@ private:
hide a control, if an item is unknown.
*/
class SFX2_DLLPUBLIC DummyWindowWrapper:
- public SingleControlWrapper< Window, void* >
+ public SingleControlWrapper< vcl::Window, void* >
{
public:
- explicit DummyWindowWrapper( Window& rWindow );
+ explicit DummyWindowWrapper( vcl::Window& rWindow );
virtual bool IsControlDontKnow() const SAL_OVERRIDE;
virtual void SetControlDontKnow( bool ) SAL_OVERRIDE;