summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-12 09:45:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-12 09:46:23 +0100
commitbe3ee9c889f4240848a3f232f2b3009ea647fefc (patch)
tree32a46b1190957d19036052337329b2075c3a9aa0 /svtools/inc
parent16cd97480d0681d37f86e89366e1f9964ec16ef8 (diff)
callcatcher: update unused code list
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/svtools/scrwin.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/inc/svtools/scrwin.hxx b/svtools/inc/svtools/scrwin.hxx
index f38ec0161464..152649dbced2 100644
--- a/svtools/inc/svtools/scrwin.hxx
+++ b/svtools/inc/svtools/scrwin.hxx
@@ -90,7 +90,6 @@ public:
void SetTotalSize( const Size& rNewSize );
Size GetTotalSize() { return PixelToLogic( aTotPixSz ); }
- sal_Bool MakeVisible( const Rectangle& rTarget, sal_Bool bSloppy = sal_False );
Rectangle GetVisibleArea() const;
using Window::Scroll;