diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 16:28:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-07-10 19:12:39 +0100 |
commit | 4bc99ab1ac4bed1df66d1df8b1ca3168e7e3d8f4 (patch) | |
tree | 71a8870ce14fb7f9e711d77c31667a4febe29d96 /officecfg | |
parent | ec950f8ebb2745ccff2275dcc09d2034cd73dfeb (diff) |
ditch the multiply dialog width * X where X is based on language thing
Which should be unnecessary since the vcl layout work and optimal size widgets,
and its a small and arbitary set of languages for which its set.
Change-Id: Ifa397218510ade251f795cdd9360d6bdccb115b7
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Common.xcu | 32 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 21 |
2 files changed, 0 insertions, 53 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Common.xcu b/officecfg/registry/data/org/openoffice/Office/Common.xcu index 95f4ae22b76b..ab6ca9514b78 100644 --- a/officecfg/registry/data/org/openoffice/Office/Common.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Common.xcu @@ -63,38 +63,6 @@ <value xml:lang="zh-CN">true</value> <value xml:lang="zh-TW">true</value> </prop> - <prop oor:name="DialogScale"> - <value xml:lang="x-no-translate">10</value> - <value xml:lang="en-US">10</value> - <value xml:lang="de">0</value> - <value xml:lang="ar">13</value> - <value xml:lang="ca">10</value> - <value xml:lang="cs">10</value> - <value xml:lang="da">10</value> - <value xml:lang="el">10</value> - <value xml:lang="es">10</value> - <value xml:lang="et">10</value> - <value xml:lang="fi">10</value> - <value xml:lang="fr">10</value> - <value xml:lang="he">10</value> - <value xml:lang="hi-IN">10</value> - <value xml:lang="hu">10</value> - <value xml:lang="it">10</value> - <value xml:lang="ja">13</value> - <value xml:lang="ko">13</value> - <value xml:lang="nl">10</value> - <value xml:lang="pl">13</value> - <value xml:lang="pt">10</value> - <value xml:lang="pt-BR">10</value> - <value xml:lang="ru">13</value> - <value xml:lang="sk">10</value> - <value xml:lang="sl">10</value> - <value xml:lang="sv">10</value> - <value xml:lang="th">10</value> - <value xml:lang="tr">13</value> - <value xml:lang="zh-CN">13</value> - <value xml:lang="zh-TW">13</value> - </prop> </node> </node> <node oor:name="Help"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index fa8657683cfb..eb193dd04360 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2769,27 +2769,6 @@ <desc>Specifies if shortcuts are assigned automatically.</desc> </info> </prop> - <prop oor:name="DialogScale" oor:type="xs:int" oor:localized="true"> - <!-- OldPath: International/DialogScaleX --> - <!-- OldLocation: soffice.ini --> - <info> - <desc>Specifies the percentage for enlarging controls.</desc> - </info> - <constraints> - <minInclusive oor:value="0"> - <info> - <desc>Specifies the upper limit for enlarging the controls is - 100%.</desc> - </info> - </minInclusive> - <maxInclusive oor:value="100"> - <info> - <desc>Specifies the upper limit for enlarging the controls is - 100%.</desc> - </info> - </maxInclusive> - </constraints> - </prop> </group> <group oor:name="Menu"> <info> |