summaryrefslogtreecommitdiffstats
path: root/cui/source/inc/insdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-06 09:09:46 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-06 10:34:15 +0100
commit31b89aaeacff570017c3344195af6d075d7ec73c (patch)
tree5f8df1c4269747c4c7f65e24fee9bb1c0ae194bd /cui/source/inc/insdlg.hxx
parentbasic: SfxLibraryContainer: replace maMutex (diff)
downloadcore-31b89aaeacff570017c3344195af6d075d7ec73c.tar.gz
core-31b89aaeacff570017c3344195af6d075d7ec73c.zip
loplugin:countusersofdefaultparams in cui
Change-Id: Id3258a664c2ea740419331877f7ce6af5e2559e7 Reviewed-on: https://gerrit.libreoffice.org/45922 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'cui/source/inc/insdlg.hxx')
-rw-r--r--cui/source/inc/insdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/insdlg.hxx b/cui/source/inc/insdlg.hxx
index 4b4277495004..102eb19d421f 100644
--- a/cui/source/inc/insdlg.hxx
+++ b/cui/source/inc/insdlg.hxx
@@ -79,7 +79,7 @@ class SvInsertOleDlg : public InsertObjectDialog_Impl
public:
SvInsertOleDlg( vcl::Window* pParent,
const css::uno::Reference < css::embed::XStorage >& xStorage,
- const SvObjectServerList* pServers = nullptr );
+ const SvObjectServerList* pServers );
virtual ~SvInsertOleDlg() override;
virtual void dispose() override;
virtual short Execute() override;