[Libreoffice-commits] core.git: sfx2/source
Jochen Nitschke
j.nitschke+logerrit at ok.de
Tue Aug 23 07:50:47 UTC 2016
sfx2/source/appl/workwin.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 3f5fc4c29e12c2c8ae8b0c8f57f7f1d6036dfd72
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date: Mon Aug 22 20:33:27 2016 +0200
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 at libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin at gmail.com>
diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index d2a3435..8226800 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" },
More information about the Libreoffice-commits
mailing list