summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-22 20:33:27 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-08-23 07:50:22 +0000
commit3f5fc4c29e12c2c8ae8b0c8f57f7f1d6036dfd72 (patch)
tree4059485b591e7acec005866d90488167611afc5c /sfx2/source
parenta29a94d71d37575f7ed0b04ee7aa83af697a5efd (diff)
remove dead resource names, related to tdf#92518
both entries exist since initial commit. first commit of chart2/source/controller/dialogs/Bitmaps.hrc 668c6b0245b6076ac8fb3f5d734795117188675e contains: + //#define RID_APP_START 30000 +////#define RID_DRAW_TOOLBOX (RID_SCH_START + 1) +////#define RID_DRAW_OBJ_TOOLBOX (RID_APP_START + 10001) RID_SCH_START was 30512 -> RID_DRAW_TOOLBOX = 30513. 10001 was probably added to next define in an ill attempt to avoid duplicate Ids and was 1 before -> RID_DRAW_OBJ_TOOLBOX = 30001 Both Ids were unused and comments got lost. Change-Id: Ie4a7b2e8713857062dd57ce4039ffe8e5b1616d9 Reviewed-on: https://gerrit.libreoffice.org/28327 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/workwin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index d2a343583339..8226800325a9 100644
--- a/sfx2/source/appl/workwin.cxx
+++ b/sfx2/source/appl/workwin.cxx
@@ -87,8 +87,6 @@ static const ResIdToResName pToolBarResToName[] =
{ 18005, "moreformcontrols" },
{ 18006, "formdesign" },
{ 20050, "toolbar" }, //math
- { 30001, "objectbar" }, //chart
- { 30513, "toolbar" }, //chart
{ 25005, "textobjectbar" }, //calc
{ 25053, "drawobjectbar" },
{ 25054, "graphicobjectbar" },