summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-12-18 09:19:20 +0100
committerSamuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>2023-12-18 14:56:24 +0100
commit5aba83e7c1bc177270b585253ef27e6995f41f23 (patch)
tree209a897779aff40f3258cf2eda15461c50db8c43 /test
parentd2ebcd853be89255451c269a463619f56987d0ed (diff)
Remove duplicate test for PrintControls property
Change-Id: I9f4a832cab84bd5815e696397fea3b7668386a36 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160898 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
Diffstat (limited to 'test')
-rw-r--r--test/source/text/textprintersettings.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/source/text/textprintersettings.cxx b/test/source/text/textprintersettings.cxx
index 6694b4bd0a07..da94c20203c1 100644
--- a/test/source/text/textprintersettings.cxx
+++ b/test/source/text/textprintersettings.cxx
@@ -24,7 +24,6 @@ void TextPrinterSettings::testPrinterSettingsProperties()
testBooleanProperty(xPrinterSettings, "PrintLeftPages");
testBooleanProperty(xPrinterSettings, "PrintRightPages");
testBooleanProperty(xPrinterSettings, "PrintControls");
- testBooleanProperty(xPrinterSettings, "PrintControls");
testStringProperty(xPrinterSettings, "PrintFaxName", "FaxName");
testBooleanProperty(xPrinterSettings, "PrintProspect");
testBooleanProperty(xPrinterSettings, "PrintPageBackground");