diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-08-22 20:47:45 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-23 07:50:48 +0000 |
commit | 962719df881a8aefdec7f564293d1e0cd42a5540 (patch) | |
tree | 0e295ffd184a508da592aec76ad4da7dbd73b5b0 /sfx2 | |
parent | 3f5fc4c29e12c2c8ae8b0c8f57f7f1d6036dfd72 (diff) |
remove dead resource name, related to tdf#92518
added in commit 30008dfb2b5f29252687f975072ccf85e7d3590f
"fdo#32869: Added navigation buttons to writer"
fdo#32869 has other commit 6101a8f5f579023e52732603661a39b535e0ef0b
which introduces new ID in shells.hrc
+#define STR_SHELLNAME_NAVIGATION (RC_SHELLS_BEGIN + 62)
this equals to 23312. 23313 was probably a typo.
commit 8c041824b67caa53d3f7f96803b7a69ced6614b5
"all these ids and their associated resources were unnecessary"
removed this ID again.
Change-Id: I02ef4f243aa0652b31feafcfbcc4545bc696d6f6
Reviewed-on: https://gerrit.libreoffice.org/28329
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/workwin.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index 8226800325a9..43bb7941c620 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -131,7 +131,6 @@ static const ResIdToResName pToolBarResToName[] = { 23031, "mediaobjectbar" }, //draw/impress { 25060, "mediaobjectbar" }, //calc { 23311, "mediaobjectbar" }, //writer - { 23313, "navigationobjectbar" }, //writer { 0, "" } }; |