summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/drawview.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/drawview.hxx')
-rw-r--r--sc/source/ui/inc/drawview.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/drawview.hxx b/sc/source/ui/inc/drawview.hxx
index 21c785aff16d..d19cb263a746 100644
--- a/sc/source/ui/inc/drawview.hxx
+++ b/sc/source/ui/inc/drawview.hxx
@@ -66,14 +66,14 @@ public:
virtual void DoConnect(SdrOle2Obj* pOleObj) SAL_OVERRIDE;
- virtual void MakeVisible( const Rectangle& rRect, Window& rWin ) SAL_OVERRIDE;
+ virtual void MakeVisible( const Rectangle& rRect, vcl::Window& rWin ) SAL_OVERRIDE;
virtual void DeleteMarked() SAL_OVERRIDE;
virtual bool SdrBeginTextEdit(
SdrObject* pObj,
SdrPageView* pPV = 0L,
- ::Window* pWin = 0L,
+ vcl::Window* pWin = 0L,
bool bIsNewObj = false,
SdrOutliner* pGivenOutliner = 0L,
OutlinerView* pGivenOutlinerView = 0L,
@@ -90,7 +90,7 @@ public:
void InvalidateAttribs();
void InvalidateDrawTextAttrs();
- bool BeginDrag( Window* pWindow, const Point& rStartPos );
+ bool BeginDrag( vcl::Window* pWindow, const Point& rStartPos );
void DoCut();
void DoCopy();
@@ -105,8 +105,8 @@ public:
void SetCellAnchored();
ScAnchorType GetAnchorType() const;
- void VCAddWin( Window* pWin );
- void VCRemoveWin( Window* pWin );
+ void VCAddWin( vcl::Window* pWin );
+ void VCRemoveWin( vcl::Window* pWin );
void UpdateIMap( SdrObject* pObj );