https://issues.apache.org/ooo/show_bug.cgi?id=122518

--- Comment #10 from Ariel Constenla-Haile <[email protected]> ---
Special treatment for CaptionOrderNumberingFirst:

--- a/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu
@@ -50,7 +50,7 @@
   <node oor:name="Insert">
     <node oor:name="Caption">
       <prop oor:name="CaptionOrderNumberingFirst">
-         <value xml:lang="hu">true</value>
+         <value xml:lang="en-US">true</value>
       </prop>
       <node oor:name="WriterObject">
         <node oor:name="Table">

In the schema main/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
it has no default value (does it default to false?)

 <prop oor:name="CaptionOrderNumberingFirst" oor:type="xs:boolean">
<info>
 <desc>Specifies the order of the captions.
If true the Numeber appears in front of the category.</desc>
<label>Caption order: Numbering first</label>
</info>
</prop>

This change has to be reverted.
It would be better to use

      <prop oor:name="CaptionOrderNumberingFirst">
         <value install:module="hungarian">true</value>
      </prop>

with a Writer-hungarian.xcu (have to investigate how this is done)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Reply via email to