diff options
Diffstat (limited to 'include/svtools/scrwin.hxx')
-rw-r--r-- | include/svtools/scrwin.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svtools/scrwin.hxx b/include/svtools/scrwin.hxx index 1f81783a2685..10e547669516 100644 --- a/include/svtools/scrwin.hxx +++ b/include/svtools/scrwin.hxx @@ -37,10 +37,7 @@ private: VclPtr<ScrollBar> aVScroll; // the scrollbars VclPtr<ScrollBar> aHScroll; VclPtr<ScrollBarBox> aCornerWin; // window in the bottom right corner - bool bScrolling:1, // user controlled scrolling - bHandleDragging:1, // scroll window while dragging - bHCenter:1, - bVCenter:1; + bool bScrolling:1; // user controlled scrolling DECL_DLLPRIVATE_LINK( ScrollHdl, ScrollBar *, void ); DECL_DLLPRIVATE_LINK( EndScrollHdl, ScrollBar *, void ); |