diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-12 13:39:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-12-13 07:19:38 +0100 |
commit | d2bc01ff10f93a710296c7355efa8b11c6be0f56 (patch) | |
tree | 150a768a76778bd8205970c22eb67405375b70e0 /vcl/inc/printdlg.hxx | |
parent | 312eeeee42cb4a1e356943e17305555e41afc4ef (diff) |
loplugin:constantparam
Change-Id: I389f98d06058ba65a8c2d4df2bf7d4e5102659ad
Reviewed-on: https://gerrit.libreoffice.org/65017
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc/printdlg.hxx')
-rw-r--r-- | vcl/inc/printdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |