Kaydet (Commit) 01552f1e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

SID_TOGGLE_MENUBAR (aka slot:6661, .uno:MenuBarVisible) is dead

...since introduction of XLayoutManager's private:resource/menubar/menubar in
3fb2acf5 "INTEGRATION: CWS layoutmanager
(1.52.10); FILE MERGED" etc. and final removal of SID_TOGGLE_MENUBAR bits in
f605b16e "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. 0273d3d8 "INTEGRATION:
CWS jl18 (1.6.8); FILE MERGED."

Change-Id: I52a43fc7186a4f60929ab6246a2da2e715be7510
üst 5bdfa8c1
......@@ -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>
......
......@@ -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)
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment