summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorRuslan Kabatsayev <b7.10110111@gmail.com>2013-02-07 21:09:59 +0400
committerCaolán McNamara <caolanm@redhat.com>2013-02-08 12:16:49 +0000
commit8880c773e779710dc0a08760e92afd709a73ca31 (patch)
tree4793c4b67f452a6db5637a2cc0ccea4a448016d2 /sw/source/ui/inc/view.hxx
parentResolves: fdo#60132 Error reading file after inserting comment (diff)
downloadcore-8880c773e779710dc0a08760e92afd709a73ca31.tar.gz
core-8880c773e779710dc0a08760e92afd709a73ca31.zip
Resolves: fdo#43650 Disable tooltip when scrolling writer docs via mouse wheel
Change-Id: I8e0d27b26afef08cc6ef963a2baadcddc78f6b27
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 573e4d7bca92..68383d4d2ef1 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -243,6 +243,8 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
sal_uInt16 nLeftBorderDistance;
sal_uInt16 nRightBorderDistance;
+ bool mbWheelScrollInProgress;
+
sal_Bool bCenterCrsr : 1,
bTopCrsr : 1,
bAllwaysShowSel : 1,