[Libreoffice-commits] core.git: officecfg/registry

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Sun Feb 23 09:01:25 UTC 2020


 officecfg/registry/schema/org/openoffice/Office/Draw.xcs      |    4 ++--
 officecfg/registry/schema/org/openoffice/Office/Impress.xcs   |    4 ++--
 officecfg/registry/schema/org/openoffice/Office/Writer.xcs    |    4 ++--
 officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit 74c882c39ebeb5b9de531271a6d757cbe8780691
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Sat Feb 22 18:47:20 2020 +0100
Commit:     andreas_kainz <kainz.a at gmail.com>
CommitDate: Sun Feb 23 10:00:53 2020 +0100

    Same grid layout in all apps for better arrangement and presets
    
    Change-Id: I566dfe6e40228fb7b0ff9c55a6a3596c1fdbbaee
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89264
    Tested-by: Jenkins
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
index 96f98b7315da..5e8128120770 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
@@ -747,7 +747,7 @@
             <desc>Specifies the number of points between two grid points on the X axis.</desc>
             <label>X Axis Subdivision</label>
           </info>
-          <value>9</value>
+          <value>3</value>
         </prop>
         <prop oor:name="YAxis" oor:type="xs:double" oor:nillable="false">
           <!-- OldPath: Draw/Grid/Subdivision -->
@@ -758,7 +758,7 @@
             <desc>Specifies the number of points between two grid points on the Y axis.</desc>
             <label>Y Axis Subdivision</label>
           </info>
-          <value>9</value>
+          <value>3</value>
         </prop>
       </group>
       <group oor:name="SnapGrid">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 8004747ba92f..d8edf33b8c12 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -957,7 +957,7 @@
             <desc>Specifies the number of points between two adjacent grid points on the X axis.</desc>
             <label>X Axis Subdivision</label>
           </info>
-          <value>9</value>
+          <value>3</value>
         </prop>
         <prop oor:name="YAxis" oor:type="xs:double" oor:nillable="false">
           <!-- OldPath: Impress/Grid/Subdivision -->
@@ -968,7 +968,7 @@
             <desc>Specifies the number of intervals between two adjacent grid points on the Y axis</desc>
             <label>Y Axis Subdivision</label>
           </info>
-          <value>9</value>
+          <value>3</value>
         </prop>
       </group>
       <group oor:name="SnapGrid">
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 316e2e3aff86..1ac8ccb12d67 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -1696,7 +1696,7 @@
             <desc>Specifies the number of intervals between two grid points on the X-axis.</desc>
             <label>X Axis Subdivision</label>
           </info>
-          <value>1</value>
+          <value>3</value>
         </prop>
         <prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
           <!-- OldPath: Writer/Grid/Subdivision -->
@@ -1706,7 +1706,7 @@
             <desc>Defines the distance between the grid points on the Y-axis.</desc>
             <label>Y Axis Subdivision</label>
           </info>
-          <value>1</value>
+          <value>3</value>
         </prop>
       </group>
     </group>
diff --git a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
index 83c364838c0f..ad1615d65651 100644
--- a/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/WriterWeb.xcs
@@ -565,7 +565,7 @@
             <desc>Specifies the number of intervals between two grid points on the X-axis.</desc>
             <label>X Axis Subdivision</label>
           </info>
-          <value>1</value>
+          <value>3</value>
         </prop>
         <prop oor:name="YAxis" oor:type="xs:int" oor:nillable="false">
           <!-- OldPath: HTML_Editor/Grid/Subdivision -->
@@ -575,7 +575,7 @@
             <desc>Defines the distance between the grid points on the Y-axis.</desc>
             <label>Y Axis Subdivision</label>
           </info>
-          <value>1</value>
+          <value>3</value>
         </prop>
       </group>
     </group>


More information about the Libreoffice-commits mailing list