summaryrefslogtreecommitdiff
path: root/include/comphelper/MasterPropertySet.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-12-06 13:45:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-12-07 07:19:46 +0100
commitf7a57f3a1b3bf357b8dd9401b6d5d2525497967e (patch)
treea1e4355e3c6f1edfb6c96c2d78160c1b5a143a08 /include/comphelper/MasterPropertySet.hxx
parente1755ac8c42ba4657881ecf7aa652a137abf3267 (diff)
loplugin:countusersofdefaultparams in comphelper
Change-Id: Idb704adbe78a42bf2f2aaf7f6110698d5559e836 Reviewed-on: https://gerrit.libreoffice.org/45936 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper/MasterPropertySet.hxx')
-rw-r--r--include/comphelper/MasterPropertySet.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/MasterPropertySet.hxx b/include/comphelper/MasterPropertySet.hxx
index 81249fbc6ebd..4fe94ac90267 100644
--- a/include/comphelper/MasterPropertySet.hxx
+++ b/include/comphelper/MasterPropertySet.hxx
@@ -98,7 +98,7 @@ namespace comphelper
virtual void _postGetValues () = 0;
public:
- MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, SolarMutex* pMutex = nullptr )
+ MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, SolarMutex* pMutex )
throw();
virtual ~MasterPropertySet()
throw();