summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRodolfo Ribeiro Gomes <libo@rodolfo.eng.br>2015-01-31 19:08:05 -0200
committerMichael Stahl <mstahl@redhat.com>2015-02-09 16:09:20 +0100
commit0bc37cf20044fe8fee0cc7dd5af3ee58304a3a0f (patch)
tree516aa1a78179a1c68114d083ccf28338543c985f /include
parent3d106972014ba9e00126a077ed62b351518c2afa (diff)
tdf#47577 Zoom slider should only react to full click
Change-Id: If859754c956a634a96066ac407b70d6dd2759d53 Signed-off-by: Rodolfo Ribeiro Gomes <libo@rodolfo.eng.br> Reviewed-on: https://gerrit.libreoffice.org/14265 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit 53740bd71a0ae569da36b9293ef22842a0b53f1e) Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/zoomsliderctrl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/zoomsliderctrl.hxx b/include/svx/zoomsliderctrl.hxx
index 7af69db82c7c..f35f825383a4 100644
--- a/include/svx/zoomsliderctrl.hxx
+++ b/include/svx/zoomsliderctrl.hxx
@@ -49,6 +49,7 @@ public:
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState ) SAL_OVERRIDE;
virtual void Paint( const UserDrawEvent& rEvt ) SAL_OVERRIDE;
virtual bool MouseButtonDown( const MouseEvent & ) SAL_OVERRIDE;
+ virtual bool MouseButtonUp( const MouseEvent & ) SAL_OVERRIDE;
virtual bool MouseMove( const MouseEvent & rEvt ) SAL_OVERRIDE;
};