summaryrefslogtreecommitdiff
path: root/sw/inc/docsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/docsh.hxx')
-rw-r--r--sw/inc/docsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/docsh.hxx b/sw/inc/docsh.hxx
index f443db828551..b769a1d2600b 100644
--- a/sw/inc/docsh.hxx
+++ b/sw/inc/docsh.hxx
@@ -174,8 +174,8 @@ public:
DECL_LINK( Ole2ModifiedHdl, bool, void );
/// OLE-stuff.
- virtual void SetVisArea( const Rectangle &rRect ) override;
- virtual Rectangle GetVisArea( sal_uInt16 nAspect ) const override;
+ virtual void SetVisArea( const tools::Rectangle &rRect ) override;
+ virtual tools::Rectangle GetVisArea( sal_uInt16 nAspect ) const override;
virtual Printer *GetDocumentPrinter() override;
virtual OutputDevice* GetDocumentRefDev() override;
virtual void OnDocumentPrinterChanged( Printer * pNewPrinter ) override;