diff options
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r-- | sw/inc/editsh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index 9aaea8ca7ad6..86ea10ff7464 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -929,10 +929,10 @@ public: sal_uInt16 GetScalingOfSelectedText() const; /// Ctor/Dtor. - SwEditShell( SwDoc&, Window*, const SwViewOption *pOpt = 0 ); + SwEditShell( SwDoc&, vcl::Window*, const SwViewOption *pOpt = 0 ); /// Copy-Constructor in disguise. - SwEditShell( SwEditShell&, Window* ); + SwEditShell( SwEditShell&, vcl::Window* ); virtual ~SwEditShell(); private: |