summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/edtwin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/edtwin.hxx')
-rw-r--r--sw/source/uibase/inc/edtwin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/edtwin.hxx b/sw/source/uibase/inc/edtwin.hxx
index ae65ed70a857..9871a5cf9ca0 100644
--- a/sw/source/uibase/inc/edtwin.hxx
+++ b/sw/source/uibase/inc/edtwin.hxx
@@ -52,7 +52,7 @@ class SdrDropMarkerOverlay;
To translate the pixel positions from the buffer OutputDevice to the real
pixel positions, use the PixelToLogic methods of this class.
*/
-class SwEditWin: public Window,
+class SwEditWin: public vcl::Window,
public DropTargetHelper, public DragSourceHelper
{
friend void ScrollMDI(SwViewShell* pVwSh, const SwRect&,
@@ -288,7 +288,7 @@ public:
SwFrameControlsManager& GetFrameControlsManager() { return m_aFrameControlsManager; }
- SwEditWin(Window *pParent, SwView &);
+ SwEditWin(vcl::Window *pParent, SwView &);
virtual ~SwEditWin();
virtual void SwitchView();
};