summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2022-09-13 14:38:51 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2022-10-06 18:55:20 +0200
commit27f98935f9207465186da96c85467f3c005662a6 (patch)
tree2f185eebd492b7a9d7902ef24240d917fcffdcdb /test
parentd6a5214c70b82df5cef3cbac87a255c7f56b6726 (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 'test')
-rw-r--r--test/source/sheet/globalsheetsettings.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/source/sheet/globalsheetsettings.cxx b/test/source/sheet/globalsheetsettings.cxx
index 3e796fc58efe..40d01fe45d42 100644
--- a/test/source/sheet/globalsheetsettings.cxx
+++ b/test/source/sheet/globalsheetsettings.cxx
@@ -80,7 +80,6 @@ void GlobalSheetSettings::testGlobalSheetSettingsProperties()
DoCheck("ExpandReferences", false, true, node, "ExpandReference");
DoCheck("MarkHeader", true, false, node, "HighlightSelection");
DoCheck("UseTabCol", false, true, node, "UseTabCol");
- DoCheck("UsePrinterMetrics", false, true, node, "UsePrinterMetrics");
DoCheck("ReplaceCellsWarning", true, false, node, "ReplaceCellsWarning");
node = "/org.openoffice.Office.Calc/Layout/Other/MeasureUnit";