diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-30 11:06:04 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-10-01 06:57:19 +0000 |
commit | e209d115d41e25f5658dd52ae94ceb873b33013f (patch) | |
tree | 58b49bdcc833ec48bc8542f81b7918f50e07bb6d /sc/source/ui/drawfunc/fudraw.cxx | |
parent | 8e27c68847c6461c7bc0bdbff44412d6bfb0b1e8 (diff) |
remove old standalone Sun bug numbers
Sun bug numbers without any accompanying text are completely useless.
Fixed with
git grep -lP '//\s*#\d+#\s*$'
| xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print'
And then hand-checking the result to restore places where it deleted code.
And then some more grepping and hand-editing to kill the others.
Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29
Reviewed-on: https://gerrit.libreoffice.org/19023
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/ui/drawfunc/fudraw.cxx')
-rw-r--r-- | sc/source/ui/drawfunc/fudraw.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/drawfunc/fudraw.cxx b/sc/source/ui/drawfunc/fudraw.cxx index d999bf2096ba..aeefe44bbab3 100644 --- a/sc/source/ui/drawfunc/fudraw.cxx +++ b/sc/source/ui/drawfunc/fudraw.cxx @@ -300,7 +300,6 @@ bool FuDraw::KeyInput(const KeyEvent& rKEvt) } break; - // #97016# case KEY_TAB: { // in calc do NOT start draw object selection using TAB/SHIFT-TAB when @@ -357,7 +356,6 @@ bool FuDraw::KeyInput(const KeyEvent& rKEvt) } break; - // #97016# case KEY_END: { // in calc do NOT select the last draw object when @@ -382,7 +380,6 @@ bool FuDraw::KeyInput(const KeyEvent& rKEvt) } break; - // #97016# case KEY_HOME: { // in calc do NOT select the first draw object when @@ -407,7 +404,6 @@ bool FuDraw::KeyInput(const KeyEvent& rKEvt) } break; - // #97016# case KEY_UP: case KEY_DOWN: case KEY_LEFT: @@ -580,7 +576,6 @@ bool FuDraw::KeyInput(const KeyEvent& rKEvt) } break; - // #97016# case KEY_SPACE: { // in calc do only something when draw objects are selected |