diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-01 08:27:30 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-08-02 06:58:37 +0000 |
commit | d961af95cdc62565b2e804fedf7221aa8bb4d840 (patch) | |
tree | cc15b649ff7ea51c3c557fdde6cd09fe909231a9 /sfx2/inc | |
parent | 52f377c2590d71895998a170105d0b07c13c267b (diff) |
loplugin:countusersofdefaultparams in sfx2
Change-Id: I0a21e2f8069bc698700e97e7c5e4ae508240ff98
Reviewed-on: https://gerrit.libreoffice.org/27761
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/guisaveas.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/guisaveas.hxx b/sfx2/inc/guisaveas.hxx index 5ca7743397d2..eb742e045300 100644 --- a/sfx2/inc/guisaveas.hxx +++ b/sfx2/inc/guisaveas.hxx @@ -63,7 +63,7 @@ public: css::uno::Sequence< css::beans::PropertyValue >& aArgsSequence, bool bPreselectPassword, const OUString& aUserSelectedName, - SignatureState nDocumentSignatureState = SignatureState::NOSIGNATURES ); + SignatureState nDocumentSignatureState ); static bool CheckFilterOptionsAppearence( const css::uno::Reference< css::container::XNameAccess >& xFilterCFG, |