diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-12 04:45:51 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-06-12 04:46:51 +0200 |
commit | 53d2fc053390c1ca6676f773cc60312e9d44af24 (patch) | |
tree | e3e7272b33aa0b703bfcf842f3ad089530c92cb8 | |
parent | 7618860eac39b89bce9958a3271033a8b39407b7 (diff) |
make new conditional format menu appear
Change-Id: I720037b7759a64d99cd08cf44ce9ae26b8f21873
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 10 | ||||
-rw-r--r-- | sc/inc/sc.hrc | 15 | ||||
-rw-r--r-- | sc/uiconfig/scalc/menubar/menubar.xml | 2 |
3 files changed, 8 insertions, 19 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 80f6c868e5a7..5bf1ec35faf5 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -444,16 +444,6 @@ <value xml:lang="en-US">C~onditional Formatting</value> </prop> </node> - <node oor:name=".uno:DataBarDialog" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Data Bar...</value> - </prop> - </node> - <node oor:name=".uno:ColorScaleDialog" oor:op="replace"> - <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Color Scale...</value> - </prop> - </node> <node oor:name=".uno:ConditionalFormatDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Conditional Formatting...</value> diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index e09ea162cd0e..e2949d44fd96 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1229,14 +1229,13 @@ #define RID_SCDLG_TEXT_IMPORT_OPTIONS (SC_DIALOGS_START + 152) #define RID_POPUP_FILTER (SC_DIALOGS_START + 153) #define RID_SCDLG_TAB_BG_COLOR (SC_DIALOGS_START + 154) -#define RID_SCDLG_FORMULA_CALCOPTIONS (SC_DIALOGS_START + 155) -#define RID_SCPAGE_SORTKEY_FIELDS (SC_DIALOGS_START + 156) -#define RID_SCDLG_SORTKEY (SC_DIALOGS_START + 157) -#define RID_SCDLG_COLORSCALE (SC_DIALOGS_START + 158) -#define RID_SCDLG_DATABAR (SC_DIALOGS_START + 159) -#define RID_COND_ENTRY (SC_DIALOGS_START + 160) - -#define SC_DIALOGS_END (SC_DIALOGS_START + 161) +#define RID_SCDLG_DATABAR (SC_DIALOGS_START + 155) +#define RID_COND_ENTRY (SC_DIALOGS_START + 156) +#define RID_SCDLG_FORMULA_CALCOPTIONS (SC_DIALOGS_START + 157) +#define RID_SCPAGE_SORTKEY_FIELDS (SC_DIALOGS_START + 158) +#define RID_SCDLG_SORTKEY (SC_DIALOGS_START + 159) + +#define SC_DIALOGS_END (SC_DIALOGS_START + 160) #ifndef STD_MASKCOLOR #define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } diff --git a/sc/uiconfig/scalc/menubar/menubar.xml b/sc/uiconfig/scalc/menubar/menubar.xml index fbea1b94b3cc..af9f70148e3e 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -261,7 +261,7 @@ <menu:menuitem menu:id=".uno:AutoFormat"/> <menu:menu menu:id=".uno:ConditionalFormatMenu"> <menu:menupopup> - <menu:menuitem menu:id="uno:ConditionalFormatDialog"/> + <menu:menuitem menu:id=".uno:ConditionalFormatDialog"/> </menu:menupopup> </menu:menu> <menu:menuseparator/> |