summaryrefslogtreecommitdiff
path: root/sfx2
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 /sfx2
parenta700c0b44d8ff6092120315b38f6b10f0278fbf7 (diff)
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 'sfx2')
-rw-r--r--sfx2/source/statbar/stbitem.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index 27ba304cea87..275a61be0fd8 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -560,11 +560,11 @@ void SfxStatusBarControl::Click()
This virtual method is called when the user clicks on the
field in the status row that belongs to this control.
-
- The default implementation is empty.
*/
{
+ ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgs;
+ execute( aArgs );
}
@@ -575,11 +575,11 @@ void SfxStatusBarControl::DoubleClick()
This virtual method is called when the user double-clicks on the
field in the status row that belongs to this control.
+
+ The default implementation is empty.
*/
{
- ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aArgs;
- execute( aArgs );
}