summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorAndré Schnabel <andre.schnabel@gmx.net>2011-06-29 20:28:34 +0200
committerKatarina Machalkova <kmachalkova@suse.cz>2011-07-06 10:06:58 +0200
commit8fe55657f8c975bfed82c815080fb4f994ebaed8 (patch)
tree4c5e7f73d71684dffc530af3c7ba95028483d66d /officecfg
parent993d287df7b8648e489ded179feea34d68273162 (diff)
fix for fdo#30800: Option to display grid lines on colored cells
* declaration of new config property "GridOnColoredCells" (path: "/org.openoffice.Office.Calc/Layout/Line")
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs9
1 files changed, 9 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index a5528eb7c121..efe840cce738 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -297,6 +297,15 @@
</info>
<value>true</value>
</prop>
+ <prop oor:name="GridOnColoredCells" oor:type="xs:boolean">
+ <!-- UIHints: Tools - Options -Spreadsheets - Layout - [Section] Visual Aids -->
+ <info>
+ <author>André Schnabel</author>
+ <desc>Specifies whether grid lines should be displayed on top of colored cells.</desc>
+ <label>Grid lines on colored background</label>
+ </info>
+ <value>false</value>
+ </prop>
<prop oor:name="GridLineColor" oor:type="xs:int">
<!-- OldPath: Calc/Layout/Lines -->
<!-- OldLocation: Soffice.cfg -->