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

Jochen Nitschke j.nitschke+logerrit at ok.de
Thu Aug 18 07:54:21 UTC 2016


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

New commits:
commit b276db51dcb5a9f5a2390a23880ba0a10bed0f4a
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Wed Aug 17 13:25:10 2016 +0200

    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 at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sfx2/source/appl/workwin.cxx b/sfx2/source/appl/workwin.cxx
index 7a93679..d2a3435 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


More information about the Libreoffice-commits mailing list