summaryrefslogtreecommitdiff
path: root/sc/inc/scopetools.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/scopetools.hxx')
-rw-r--r--sc/inc/scopetools.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/scopetools.hxx b/sc/inc/scopetools.hxx
index 785fd70a035e..f0b7bf60e2e9 100644
--- a/sc/inc/scopetools.hxx
+++ b/sc/inc/scopetools.hxx
@@ -13,7 +13,7 @@
#include "scdllapi.h"
class ScDocument;
-class Window;
+namespace vcl { class Window; }
namespace sc {
@@ -58,9 +58,9 @@ public:
class WaitPointerSwitch
{
- Window* mpFrameWin;
+ vcl::Window* mpFrameWin;
public:
- WaitPointerSwitch(Window* pWin);
+ WaitPointerSwitch(vcl::Window* pWin);
~WaitPointerSwitch();
};