[Libreoffice-commits] core.git: sfx2/source

Jochen Nitschke j.nitschke+logerrit at ok.de
Tue Aug 23 07:51:15 UTC 2016


 sfx2/source/appl/workwin.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 962719df881a8aefdec7f564293d1e0cd42a5540
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Mon Aug 22 20:47:45 2016 +0200

    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 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 8226800..43bb794 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,        ""                     }
 };
 


More information about the Libreoffice-commits mailing list