summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index a9349b4a54a9..d61ebac6e45a 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -209,16 +209,16 @@ public:
virtual void Draw( OutputDevice *, const JobSetup & rSetup,
sal_uInt16 nAspect = ASPECT_CONTENT ) override;
- virtual void SetVisArea( const Rectangle & rVisArea ) override;
+ virtual void SetVisArea( const tools::Rectangle & rVisArea ) override;
using SfxObjectShell::GetVisArea;
- virtual Rectangle GetVisArea( sal_uInt16 nAspect ) const override;
+ virtual tools::Rectangle GetVisArea( sal_uInt16 nAspect ) const override;
virtual Printer* GetDocumentPrinter() override;
virtual void SetModified( bool = true ) override;
- void SetVisAreaOrSize( const Rectangle& rVisArea );
+ void SetVisAreaOrSize( const tools::Rectangle& rVisArea );
virtual VclPtr<SfxDocumentInfoDialog> CreateDocumentInfoDialog( const SfxItemSet &rSet ) override;
@@ -424,7 +424,7 @@ public:
virtual void SetProtectionPassword( const OUString &rPassword ) override;
virtual bool GetProtectionHash( /*out*/ css::uno::Sequence< sal_Int8 > &rPasswordHash ) override;
- void SnapVisArea( Rectangle& rRect ) const;
+ void SnapVisArea( tools::Rectangle& rRect ) const;
void SetIsInUcalc();
};