summaryrefslogtreecommitdiff
path: root/vcl/source/control/scrbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/scrbar.cxx')
-rw-r--r--vcl/source/control/scrbar.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx
index 961b052a9594..f5677a9bafb4 100644
--- a/vcl/source/control/scrbar.cxx
+++ b/vcl/source/control/scrbar.cxx
@@ -1410,6 +1410,7 @@ long ScrollBar::DoScroll( long nNewPos )
if ( meScrollType != SCROLL_DONTKNOW )
return 0;
+ SAL_INFO("vcl.scrollbar", "DoScroll(" << nNewPos << ")");
meScrollType = SCROLL_DRAG;
long nDelta = ImplScroll( nNewPos, sal_True );
meScrollType = SCROLL_DONTKNOW;