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")
This commit is contained in:
André Schnabel 2011-06-29 20:28:34 +02:00 committed by Katarina Machalkova
parent 993d287df7
commit 8fe55657f8

View file

@ -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 -->