diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-08 23:02:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-18 09:37:36 +0000 |
commit | ebabf6d1fa648d62dd63529e9fe64dcb631caee8 (patch) | |
tree | 4b1ef689c110eb5285970296540411dc915b4a81 /sc/source/ui/view/cellsh3.cxx | |
parent | 3ec607fbb2bc98924126a0098fbef88c87305ddf (diff) |
fdo#86018 Don't do anything when clicked on placeholder in statusbar
No idea why this code got executed in sw, it has no action in sd and sc.
Change-Id: I1d2b4b049f6ae6d117e7bf3464ae993c6951f1dc
Reviewed-on: https://gerrit.libreoffice.org/12314
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/source/ui/view/cellsh3.cxx')
-rw-r--r-- | sc/source/ui/view/cellsh3.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/view/cellsh3.cxx b/sc/source/ui/view/cellsh3.cxx index a94de11007cc..a30253474e15 100644 --- a/sc/source/ui/view/cellsh3.cxx +++ b/sc/source/ui/view/cellsh3.cxx @@ -101,9 +101,6 @@ void ScCellShell::Execute( SfxRequest& rReq ) switch ( nSlot ) { - case SID_ATTR_SIZE://XXX ??? - break; - case SID_COLLABORATION: #if ENABLE_TELEPATHY GetViewData()->GetDocShell()->GetCollaboration()->DisplayContacts(); |