From d2bc01ff10f93a710296c7355efa8b11c6be0f56 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 12 Dec 2018 13:39:45 +0200 Subject: loplugin:constantparam Change-Id: I389f98d06058ba65a8c2d4df2bf7d4e5102659ad Reviewed-on: https://gerrit.libreoffice.org/65017 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/inc/printdlg.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/inc/printdlg.hxx') diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx index 5c79a3765dcb..13cdd5e3a4d6 100644 --- a/vcl/inc/printdlg.hxx +++ b/vcl/inc/printdlg.hxx @@ -227,7 +227,7 @@ namespace vcl css::beans::PropertyValue* getValueForWindow( vcl::Window* ) const; - void preparePreview( bool i_bPrintChanged = true, bool i_bMayUseCache = false ); + void preparePreview( bool i_bMayUseCache ); void setupPaperSidesBox(); void storeToSettings(); void readFromSettings(); -- cgit