summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-16 14:13:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-16 15:21:38 +0100
commit119b0a666d49c54f6be00ff12d3bc9e129f8f339 (patch)
treed3ff3f2a7418c6a792f3a7e1fb99de9b8c0e68db /svtools
parent3f7048446185b59cd5ddf04a4f08ab10481e3ac7 (diff)
callcatcher: update list
Diffstat (limited to 'svtools')
-rw-r--r--svtools/inc/svtools/scrwin.hxx1
-rw-r--r--svtools/source/control/scrwin.cxx7
2 files changed, 0 insertions, 8 deletions
diff --git a/svtools/inc/svtools/scrwin.hxx b/svtools/inc/svtools/scrwin.hxx
index fca0eaa0b6cf..61f4f0023a54 100644
--- a/svtools/inc/svtools/scrwin.hxx
+++ b/svtools/inc/svtools/scrwin.hxx
@@ -95,7 +95,6 @@ public:
private:
SVT_DLLPRIVATE Size GetOutputSizePixel() const;
- SVT_DLLPRIVATE Size GetOutputSize() const;
};
#endif
diff --git a/svtools/source/control/scrwin.cxx b/svtools/source/control/scrwin.cxx
index 26d799998aa9..10c6bf48687f 100644
--- a/svtools/source/control/scrwin.cxx
+++ b/svtools/source/control/scrwin.cxx
@@ -115,13 +115,6 @@ Size ScrollableWindow::GetOutputSizePixel() const
//-------------------------------------------------------------------
-Size ScrollableWindow::GetOutputSize() const
-{
- return PixelToLogic( GetOutputSizePixel() );
-}
-
-//-------------------------------------------------------------------
-
IMPL_LINK( ScrollableWindow, EndScrollHdl, ScrollBar *, pScroll )
{
// notify the start of scrolling, if not already scrolling