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

Stephan Bergmann sbergman at redhat.com
Tue Oct 20 05:18:08 PDT 2015


 officecfg/registry/schema/org/openoffice/Office/Common.xcs |   62 -------------
 1 file changed, 4 insertions(+), 58 deletions(-)

New commits:
commit 5ab2bb87d9039e7c3f2dde87698df065967a731e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 20 14:17:32 2015 +0200

    Clean up documentation of SymbolStyle prop
    
    Change-Id: Icec1dc1da3b9784990f3a4011849f4db62072d63

diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index 946bbed..9c40c45 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5673,65 +5673,11 @@
         <!-- UIHints: Tools  Options General View -->
         <info>
           <desc>Specifies which style of the symbols is used for the toolbars,
-          menus, etc.</desc>
+          menus, etc.: "auto" means chosen according to the desktop; "default"
+          means the LibreOffice default theme; other possible values are the
+          names of the various icon themes ("breeze", "crystal", "elementary",
+          etc.).</desc>
         </info>
-        <constraints>
-          <enumeration oor:value="auto">
-            <info>
-              <desc>Automatic, chosen according to the desktop</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="default">
-            <info>
-              <desc>Default - the OpenOffice.org default theme</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="hicontrast">
-            <info>
-              <desc>HiContrast</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="industrial">
-            <info>
-              <desc>Industrial</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="crystal">
-            <info>
-              <desc>Crystal - the KDE default theme</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="tango">
-            <info>
-              <desc>Tango - the Gnome default theme</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="human">
-            <info>
-              <desc>Human - the Gnome default theme for Ubuntu</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="tango_testing">
-            <info>
-              <desc>Tango Testing - used for testing by the design team</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="sifr">
-            <info>
-              <desc>Sifr - an adaptation of the Gnome symbolic theme</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="breeze">
-            <info>
-              <desc>Breeze - the icon theme from KDE Plasma 5</desc>
-            </info>
-          </enumeration>
-          <enumeration oor:value="oxygen">
-            <info>
-              <desc>Oxygen - the icon theme from KDE 4</desc>
-            </info>
-          </enumeration>
-        </constraints>
         <value>auto</value>
       </prop>
       <prop oor:name="Persona" oor:type="xs:string" oor:nillable="false">


More information about the Libreoffice-commits mailing list