View | Details | Raw Unified | Return to issue 122518
Collapse All | Expand All

(-)a/main/officecfg/registry/data/org/openoffice/Office/Common.xcu (-2 / +2 lines)
Lines 32-41 Link Here
32
    </node>
32
    </node>
33
    <node oor:name="Localisation">
33
    <node oor:name="Localisation">
34
      <prop oor:name="AutoMnemonic">
34
      <prop oor:name="AutoMnemonic">
35
        <value xml:lang="en-US">true</value>
35
        <value>true</value>
36
      </prop>
36
      </prop>
37
      <prop oor:name="DialogScale">
37
      <prop oor:name="DialogScale">
38
        <value xml:lang="en-US">10</value>
38
        <value>10</value>
39
    </prop>
39
    </prop>
40
    </node>
40
    </node>
41
    <node oor:name="FontAntiAliasing" install:module="gconflockdown">
41
    <node oor:name="FontAntiAliasing" install:module="gconflockdown">
(-)a/main/officecfg/registry/data/org/openoffice/Office/Writer.xcu (-1 / +1 lines)
Lines 50-56 Link Here
50
  <node oor:name="Insert">
50
  <node oor:name="Insert">
51
    <node oor:name="Caption">
51
    <node oor:name="Caption">
52
      <prop oor:name="CaptionOrderNumberingFirst">
52
      <prop oor:name="CaptionOrderNumberingFirst">
53
         <value xml:lang="en-US">true</value>
53
         <value>true</value>
54
      </prop>
54
      </prop>
55
      <node oor:name="WriterObject">
55
      <node oor:name="WriterObject">
56
        <node oor:name="Table">
56
        <node oor:name="Table">
(-)a/main/officecfg/registry/schema/org/openoffice/Office/Common.xcs (-2 / +2 lines)
Lines 2752-2758 Link Here
2752
					<author>SSA</author>
2752
					<author>SSA</author>
2753
					<desc>Contains localization specific settings.</desc>
2753
					<desc>Contains localization specific settings.</desc>
2754
				</info>
2754
				</info>
2755
				<prop oor:name="AutoMnemonic" oor:type="xs:boolean" oor:localized="true">
2755
				<prop oor:name="AutoMnemonic" oor:type="xs:boolean">
2756
					<!-- OldPath: International/AutoMnemonic -->
2756
					<!-- OldPath: International/AutoMnemonic -->
2757
					<!-- OldLocation: soffice.ini -->
2757
					<!-- OldLocation: soffice.ini -->
2758
					<info>
2758
					<info>
Lines 2760-2766 Link Here
2760
						<desc>Specifies if shortcuts are assigned automatically.</desc>
2760
						<desc>Specifies if shortcuts are assigned automatically.</desc>
2761
					</info>
2761
					</info>
2762
				</prop>
2762
				</prop>
2763
				<prop oor:name="DialogScale" oor:type="xs:int" oor:localized="true">
2763
				<prop oor:name="DialogScale" oor:type="xs:int">
2764
					<!-- OldPath: International/DialogScaleX -->
2764
					<!-- OldPath: International/DialogScaleX -->
2765
					<!-- OldLocation: soffice.ini -->
2765
					<!-- OldLocation: soffice.ini -->
2766
					<info>
2766
					<info>
(-)a/main/officecfg/registry/schema/org/openoffice/Office/DataAccess/Drivers.xcs (-2 / +2 lines)
Lines 31-37 Link Here
31
      <info>
31
      <info>
32
        <desc>Describes a property of a driver.</desc>
32
        <desc>Describes a property of a driver.</desc>
33
      </info>
33
      </info>
34
      <prop oor:name="Value" oor:type="oor:any" oor:localized="true">
34
      <prop oor:name="Value" oor:type="oor:any">
35
        <info>
35
        <info>
36
          <desc>Describes the value.</desc>
36
          <desc>Describes the value.</desc>
37
        </info>
37
        </info>
Lines 41-47 Link Here
41
      <info>
41
      <info>
42
        <desc>Describes a feature a driver supports.</desc>
42
        <desc>Describes a feature a driver supports.</desc>
43
      </info>
43
      </info>
44
      <prop oor:name="Value" oor:type="xs:boolean" oor:localized="true">
44
      <prop oor:name="Value" oor:type="xs:boolean">
45
        <info>
45
        <info>
46
          <desc>The feature value.</desc>
46
          <desc>The feature value.</desc>
47
        </info>
47
        </info>

Return to issue 122518