From 20ca7b238fe5b346f693b5b22d406e82effdf454 Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Mon, 23 Jul 2018 17:27:10 -0300 Subject: tdf#112294 fix comments listbox selection in writer print dialog Change-Id: I5e2362f22df9a1ad6b36313f306e7642591b615a Reviewed-on: https://gerrit.libreoffice.org/57887 Tested-by: Jenkins Reviewed-by: Katarina Behrens (cherry picked from commit e1bb5b2cd8ecc4db760b1d413e28edc388da5c3e) --- sw/source/core/view/printdata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source') diff --git a/sw/source/core/view/printdata.cxx b/sw/source/core/view/printdata.cxx index a03f2f4166b1..ebb419847ad2 100644 --- a/sw/source/core/view/printdata.cxx +++ b/sw/source/core/view/printdata.cxx @@ -320,7 +320,7 @@ SwPrintUIOptions::SwPrintUIOptions( aHelpIds, "PrintAnnotationMode", aChoices, - static_cast(nPrintPostIts), + bHasPostIts ? static_cast(nPrintPostIts) : 0, uno::Sequence< sal_Bool >(), aAnnotOpt); -- cgit