summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/scroll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/scroll.hxx')
-rw-r--r--sw/source/uibase/inc/scroll.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/scroll.hxx b/sw/source/uibase/inc/scroll.hxx
index a2dc6e31b9ef..d279f73fa54f 100644
--- a/sw/source/uibase/inc/scroll.hxx
+++ b/sw/source/uibase/inc/scroll.hxx
@@ -41,7 +41,7 @@ public:
// changing of document size
void DocSzChgd(const Size &rNewSize);
// changing of visible region
- void ViewPortChgd(const Rectangle &rRectangle);
+ void ViewPortChgd(const tools::Rectangle &rRectangle);
// what is it??
bool IsHoriScroll() const { return bHori; }