diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-30 15:34:35 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-31 11:44:36 +0000 |
commit | 6527b4073c72d3fdf2307a58a06023fe28fd9960 (patch) | |
tree | 9a6637dd50d6b86ce42c616cab2c5be2c12fdf46 /vcl/inc/unx/cupsmgr.hxx | |
parent | 127a34ef2cf9fe0ac13a273c12c6d45ef57eaf49 (diff) |
loplugin:countusersofdefaultparams
Change-Id: I697b9081424acdc61107709392baa8af8ce29028
Reviewed-on: https://gerrit.libreoffice.org/28497
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'vcl/inc/unx/cupsmgr.hxx')
-rw-r--r-- | vcl/inc/unx/cupsmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/unx/cupsmgr.hxx b/vcl/inc/unx/cupsmgr.hxx index 059379b9482d..0eeb60830fa9 100644 --- a/vcl/inc/unx/cupsmgr.hxx +++ b/vcl/inc/unx/cupsmgr.hxx @@ -86,7 +86,7 @@ public: // members for administration // disable for CUPS virtual bool addPrinter( const OUString& rPrinterName, const OUString& rDriverName ) override; - virtual bool removePrinter( const OUString& rPrinterName, bool bCheckOnly = false ) override; + virtual bool removePrinter( const OUString& rPrinterName, bool bCheckOnly ) override; virtual bool writePrinterConfig() override; virtual bool setDefaultPrinter( const OUString& rPrinterName ) override; }; |