diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-16 14:13:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-16 15:21:38 +0100 |
commit | 119b0a666d49c54f6be00ff12d3bc9e129f8f339 (patch) | |
tree | d3ff3f2a7418c6a792f3a7e1fb99de9b8c0e68db /svtools/source/control/scrwin.cxx | |
parent | 3f7048446185b59cd5ddf04a4f08ab10481e3ac7 (diff) |
callcatcher: update list
Diffstat (limited to 'svtools/source/control/scrwin.cxx')
-rw-r--r-- | svtools/source/control/scrwin.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
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 |