diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2022-09-13 14:38:51 +0200 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2022-10-06 18:55:20 +0200 |
commit | 27f98935f9207465186da96c85467f3c005662a6 (patch) | |
tree | 2f185eebd492b7a9d7902ef24240d917fcffdcdb /officecfg | |
parent | d6a5214c70b82df5cef3cbac87a255c7f56b6726 (diff) |
[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"
Option is out-dated and access via UI confusing
* UI access removed from Tools > Options > General (Impress, Calc)
resp. > Compatibility (Writer)
* Unit tests updated
* Tip-Of-The-Day cleaned-up
* remove UsePrtMetrics value
Change-Id: Ib645f6e1f648455e0536a437be14c2c6a7b25a49
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139863
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 8 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs | 6 |
2 files changed, 0 insertions, 14 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 39a7ec03a703..dce8685a0a05 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -666,14 +666,6 @@ </info> <value>false</value> </prop> - <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean" oor:nillable="false"> - <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings --> - <info> - <desc>Specifies whether text metrics from the printer will be used to format text on the screen.</desc> - <label>Use printer metrics for text formatting</label> - </info> - <value>false</value> - </prop> <prop oor:name="ReplaceCellsWarning" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings --> <info> diff --git a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs index db5c7b474ff8..68b369ba09fc 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Compatibility.xcs @@ -38,12 +38,6 @@ </enumeration> </constraints> </prop> - <prop oor:name="UsePrinterMetrics" oor:type="xs:boolean" oor:nillable="false"> - <info> - <desc>Use printer metrics for document formatting</desc> - </info> - <value>false</value> - </prop> <prop oor:name="AddSpacing" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Add spacing between paragraphs and tables</desc> |