diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-08-17 13:25:10 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-08-18 07:53:57 +0000 |
commit | b276db51dcb5a9f5a2390a23880ba0a10bed0f4a (patch) | |
tree | 214d61feb89f7b26291def487257d774c04d9b0c /sfx2 | |
parent | ddeb13b497e3c118c3bcb0fe55e1a61498b9daa2 (diff) |
remove dead resource names, related to tdf#92518
resource ids were last seen in commit
7ebdd05613de2b779ff28a9fa3ae8115701a7cee
Change-Id: Ic4bed7601690b105683df8ea96c5859bd391f9f0
Reviewed-on: https://gerrit.libreoffice.org/28188
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/workwin.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx index 7a93679a28e3..d2a343583339 100644 --- a/sfx2/source/appl/workwin.cxx +++ b/sfx2/source/appl/workwin.cxx @@ -100,12 +100,9 @@ static const ResIdToResName pToolBarResToName[] = { 23030, "graphicobjectbar" }, { 23013, "drawingobjectbar" }, //impress { 23016, "textobjectbar" }, //impress - { 23028, "textobjectbar" }, //draw { 23011, "toolbar" }, //impress { 23020, "optionsbar" }, { 23021, "commontaskbar" }, - { 23025, "toolbar" }, //draw - { 23026, "optionsbar" }, { 23027, "drawingobjectbar" }, //draw { 23017, "outlinetoolbar" }, //impress { 23012, "slideviewtoolbar" }, @@ -133,7 +130,6 @@ static const ResIdToResName pToolBarResToName[] = { 23310, "viewerbar" }, //writer (plugin) { 25000, "viewerbar" }, //calc (plugin) { 23023, "viewerbar" }, //impress(plugin) - { 23024, "viewerbar" }, //draw (plugin) { 23031, "mediaobjectbar" }, //draw/impress { 25060, "mediaobjectbar" }, //calc { 23311, "mediaobjectbar" }, //writer |