[Libreoffice-commits] .: officecfg/registry
Katarina Machalkova
bubli at kemper.freedesktop.org
Wed Jul 6 01:25:12 PDT 2011
officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 9 +++++++++
1 file changed, 9 insertions(+)
New commits:
commit fd6ab9e9b3e28287480932d9fdd546e91483a7cc
Author: André Schnabel <andre.schnabel at gmx.net>
Date: Wed Jun 29 20:28:34 2011 +0200
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")
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index a5528eb..efe840c 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 -->
More information about the Libreoffice-commits
mailing list