diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2018-03-23 18:17:31 +0100 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2018-03-23 20:48:41 +0100 |
commit | 154496aefe67b81f80d7c08d12bfb145eddb93ac (patch) | |
tree | f986989c31b4d66f545e91b5cd7b0fda6686a8e2 /officecfg | |
parent | 524cf62841783b88fe2fd5d68c0c151232880269 (diff) |
Revert "tdf#116241 Customizing value highlighting colors"
This reverts commit fb29b8262488d045a926504725669a362bacb5bb.
Change-Id: I338af7c108bb6386193550ef0603b406c4f7bd99
Reaseon: I will move this to more suitable place "application colors" and extend with protected cell backround.
Reviewed-on: https://gerrit.libreoffice.org/51789
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 2fdd0caccd64..18b3612259e6 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -262,38 +262,6 @@ <info> <desc>Contains settings that affect the window layout.</desc> </info> - <group oor:name="Highlighting"> - <info> - <desc>Contains settings that control highlighting.</desc> - </info> - <prop oor:name="ValueColor" oor:type="xs:int" oor:nillable="false"> - <!-- UIHints: Tools - Options - LibreOffice Calc - View - [Section] Highlighting --> - <!-- Default 255 = LightBlue --> - <info> - <desc>Specifies the color of highlighted values.</desc> - <label>Value Color</label> - </info> - <value>255</value> - </prop> - <prop oor:name="FormulaColor" oor:type="xs:int" oor:nillable="false"> - <!-- UIHints: Tools - Options - LibreOffice Calc - View - [Section] Highlighting --> - <!-- Default 32768 = Green --> - <info> - <desc>Specifies the color of highlighted formulas.</desc> - <label>Formula Color</label> - </info> - <value>32768</value> - </prop> - <prop oor:name="TextColor" oor:type="xs:int" oor:nillable="false"> - <!-- UIHints: Tools - Options - LibreOffice Calc - View - [Section] Highlighting --> - <!-- Default 0 = Black --> - <info> - <desc>Specifies the color of the highlighted text.</desc> - <label>Text Color</label> - </info> - <value>0</value> - </prop> - </group> <group oor:name="Line"> <info> <desc>Contains settings that control visual aids.</desc> |