configmgr/qa/unit/data.xcd | 5 ----- include/sfx2/sfxsids.hrc | 1 - officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu | 5 ----- 3 files changed, 11 deletions(-)
New commits: commit 01552f1e77c67f70ffd879294288612f9ab64e3b Author: Stephan Bergmann <[email protected]> Date: Fri Oct 17 16:58:26 2014 +0200 SID_TOGGLE_MENUBAR (aka slot:6661, .uno:MenuBarVisible) is dead ...since introduction of XLayoutManager's private:resource/menubar/menubar in 3fb2acf5b77bff59909f616c44c7de17048b64d7 "INTEGRATION: CWS layoutmanager (1.52.10); FILE MERGED" etc. and final removal of SID_TOGGLE_MENUBAR bits in f605b16e395e8ccc3d1aba7907b0792039016f69 "INTEGRATION: CWS sfxcleanup (1.119.8); FILE MERGED" etc. What still needs fixing are extensions/source/activex/SOActiveX.cxx odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/CustomizeView.java odk/examples/OLE/activex/SOActiveX.cpp in a similar way as e.g. 0273d3d81d29d5c1f6c387cca633cd99722c100e "INTEGRATION: CWS jl18 (1.6.8); FILE MERGED." Change-Id: I52a43fc7186a4f60929ab6246a2da2e715be7510 diff --git a/configmgr/qa/unit/data.xcd b/configmgr/qa/unit/data.xcd index 4236cf9..caaf6ec 100644 --- a/configmgr/qa/unit/data.xcd +++ b/configmgr/qa/unit/data.xcd @@ -4063,11 +4063,6 @@ <value>1</value> </prop> </node> - <node oor:name=".uno:MenuBarVisible" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="x-no-translate"></value><value xml:lang="en-US">Menu On/Off</value> - </prop> - </node> <node oor:name=".uno:MacroRecorder" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="x-no-translate"></value><value xml:lang="en-US">Record Macro</value> diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 5eec506..3d54a52 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -208,7 +208,6 @@ // FREE (was: SID_BACKTOWEBTOP) #define SID_SEGMENTSIZE (SID_SFX_START + 1659) #define SID_VIEW_DATA_SOURCE_BROWSER (SID_SFX_START + 1660) -#define SID_TOGGLE_MENUBAR (SID_SFX_START + 1661) #define SID_UNPACK (SID_SFX_START + 1662) // (SID_SFX_START + 1663) used further down #define SID_MACRO_WARNING (SID_SFX_START + 1664) diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 2bc9158..91734b0 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -4179,11 +4179,6 @@ <value>9</value> </prop> </node> - <node oor:name=".uno:MenuBarVisible" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Menu On/Off</value> - </prop> - </node> <node oor:name=".uno:MacroRecorder" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Record Macro</value> _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
