summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-11-09 17:15:33 +0100
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-11-09 17:19:50 +0100
commit0280a35b20448b7f678b6e150cbc2564da4910ce (patch)
treeac35a323c645197e90bc6294ed10c2dac392469c /include
parentfdo#86048 Add delete row and column entries to Edit menu (diff)
downloadcore-0280a35b20448b7f678b6e150cbc2564da4910ce.tar.gz
core-0280a35b20448b7f678b6e150cbc2564da4910ce.zip
fdo#82707 Unify click behavior in Statusbar (Writer)
Use single click for primary action, right click for context menu Change-Id: Ia707a88b48f4af144588c45d37acea547e77773e
Diffstat (limited to 'include')
-rw-r--r--include/svx/insctrl.hxx1
-rw-r--r--include/svx/modctrl.hxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/include/svx/insctrl.hxx b/include/svx/insctrl.hxx
index d9ec00dca797..291deabb9729 100644
--- a/include/svx/insctrl.hxx
+++ b/include/svx/insctrl.hxx
@@ -29,7 +29,6 @@ class SVX_DLLPUBLIC SvxInsertStatusBarControl : public SfxStatusBarControl
public:
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState ) SAL_OVERRIDE;
- virtual void Click() SAL_OVERRIDE;
virtual void Paint( const UserDrawEvent& rEvt ) SAL_OVERRIDE;
SFX_DECL_STATUSBAR_CONTROL();
diff --git a/include/svx/modctrl.hxx b/include/svx/modctrl.hxx
index ca1129128b1f..1febdbd53467 100644
--- a/include/svx/modctrl.hxx
+++ b/include/svx/modctrl.hxx
@@ -36,7 +36,7 @@ public:
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
const SfxPoolItem* pState ) SAL_OVERRIDE;
virtual void Paint( const UserDrawEvent& rUsrEvt ) SAL_OVERRIDE;
- virtual void DoubleClick() SAL_OVERRIDE;
+ virtual void Click() SAL_OVERRIDE;
SFX_DECL_STATUSBAR_CONTROL();