summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/client.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/client.hxx')
-rw-r--r--sc/source/ui/inc/client.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/client.hxx b/sc/source/ui/inc/client.hxx
index 4c53384b227a..43841987d74e 100644
--- a/sc/source/ui/inc/client.hxx
+++ b/sc/source/ui/inc/client.hxx
@@ -39,7 +39,7 @@ private:
virtual void MakeVisible() SAL_OVERRIDE;
public:
- ScClient( ScTabViewShell* pViewShell, Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pObj );
+ ScClient( ScTabViewShell* pViewShell, vcl::Window* pDraw, SdrModel* pSdrModel, SdrOle2Obj* pObj );
virtual ~ScClient();
SdrGrafObj* GetGrafEdit() const { return pGrafEdit; }