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 /sw/sdi | |
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 'sw/sdi')
-rw-r--r-- | sw/sdi/_frmsh.sdi | 2 | ||||
-rw-r--r-- | sw/sdi/_tabsh.sdi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/sdi/_frmsh.sdi b/sw/sdi/_frmsh.sdi index 6d1bd32b7105..b27a19b103de 100644 --- a/sw/sdi/_frmsh.sdi +++ b/sw/sdi/_frmsh.sdi @@ -288,7 +288,7 @@ interface BaseTextFrame [ ExecMethod = ExecFrameStyle ; StateMethod = GetLineStyleState ; - Export = FALSE; //#44439# + Export = FALSE; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] diff --git a/sw/sdi/_tabsh.sdi b/sw/sdi/_tabsh.sdi index b8be3011e72f..7d81beefad35 100644 --- a/sw/sdi/_tabsh.sdi +++ b/sw/sdi/_tabsh.sdi @@ -322,7 +322,7 @@ interface BaseTextTable [ ExecMethod = ExecTableStyle ; StateMethod = GetLineStyleState ; - Export = FALSE; //#44439# + Export = FALSE; DisableFlags="SW_DISABLE_ON_PROTECTED_CURSOR"; ] |