summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-15 23:20:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-16 15:21:35 +0100
commitb5dbfd61f05359b9342fad9f5c623a4f0b771493 (patch)
tree38317fbf005209358d5365b382b12e31561a0828 /svtools/inc
parent52d1caa43786adb5e6066f5f3f670212ff84e422 (diff)
callcatcher: update unused code
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/scrwin.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/inc/svtools/scrwin.hxx b/svtools/inc/svtools/scrwin.hxx
index 152649dbced2..fca0eaa0b6cf 100644
--- a/svtools/inc/svtools/scrwin.hxx
+++ b/svtools/inc/svtools/scrwin.hxx
@@ -90,8 +90,6 @@ public:
void SetTotalSize( const Size& rNewSize );
Size GetTotalSize() { return PixelToLogic( aTotPixSz ); }
- Rectangle GetVisibleArea() const;
-
using Window::Scroll;
virtual void Scroll( long nDeltaX, long nDeltaY, sal_uInt16 nFlags = 0 );