From edd0d35590fc368c6c06a9bb5c108aacbc742371 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 26 Apr 2018 16:07:46 +0200 Subject: loplugin:countusersofdefaultparams Change-Id: I84868b3115c534a8240394283cc3beedf8cb3a80 Reviewed-on: https://gerrit.libreoffice.org/53543 Tested-by: Jenkins Reviewed-by: Noel Grandin --- store/source/storbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'store/source/storbase.hxx') diff --git a/store/source/storbase.hxx b/store/source/storbase.hxx index 6e683eb4db09..042a467db1b5 100644 --- a/store/source/storbase.hxx +++ b/store/source/storbase.hxx @@ -554,7 +554,7 @@ protected: /** Construction. */ - explicit OStorePageObject (std::shared_ptr const & rxPage = std::shared_ptr()) + explicit OStorePageObject (std::shared_ptr const & rxPage) : m_xPage (rxPage), m_bDirty (false) {} -- cgit