diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-28 08:43:03 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-11-28 09:51:22 +0100 |
commit | c3a2d6f9fbdc0ea5c23e0e662f238b23e9c00035 (patch) | |
tree | fb0f56fd1daf7ce25ad6d33b5a8ecc0e55201869 /include/sfx2/objsh.hxx | |
parent | 5eec6db4addd7cc665222e1a4d05c35b13719847 (diff) |
loplugin:countusersofdefaultparams in sfx2..svtools
Change-Id: I65ae5305f9cec14069fd7aef6613e981dbbed846
Reviewed-on: https://gerrit.libreoffice.org/45382
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/objsh.hxx')
-rw-r--r-- | include/sfx2/objsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objsh.hxx b/include/sfx2/objsh.hxx index b514989055bc..51f7363e619c 100644 --- a/include/sfx2/objsh.hxx +++ b/include/sfx2/objsh.hxx @@ -366,7 +366,7 @@ public: virtual VclPtr<SfxDocumentInfoDialog> CreateDocumentInfoDialog( const SfxItemSet& ); ErrCode CallBasic( const OUString& rMacro, const OUString& rBasicName, - SbxArray* pArgs = nullptr, SbxValue* pRet = nullptr ); + SbxArray* pArgs, SbxValue* pRet = nullptr ); ErrCode CallXScript( const OUString& rScriptURL, |