diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-18 14:34:31 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-19 08:15:49 +0200 |
commit | a6a2b2826dbf248821147212a2ee9ecdcadd301f (patch) | |
tree | 25bd59c84e27aba2e947fd3df22409f10e106568 /sw/source/uibase/inc/toxmgr.hxx | |
parent | f97bc791b0879af3fd1bc2d1f7753ce5ffa6ac5e (diff) |
loplugin:countusersofdefaultparams in sw
Change-Id: I668bfe93d77b06385544651583bcf71f6b5df2fc
Diffstat (limited to 'sw/source/uibase/inc/toxmgr.hxx')
-rw-r--r-- | sw/source/uibase/inc/toxmgr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/toxmgr.hxx b/sw/source/uibase/inc/toxmgr.hxx index 066ea5fd1ec4..73606b538cc9 100644 --- a/sw/source/uibase/inc/toxmgr.hxx +++ b/sw/source/uibase/inc/toxmgr.hxx @@ -281,7 +281,7 @@ public: // methods for directories - bool UpdateOrInsertTOX(const SwTOXDescription& rDesc, SwTOXBase** ppBase = nullptr, const SfxItemSet* pSet = nullptr); + bool UpdateOrInsertTOX(const SwTOXDescription& rDesc, SwTOXBase** ppBase, const SfxItemSet* pSet = nullptr); const SwTOXType* GetTOXType(TOXTypes eTyp) const; const SwTOXBase* GetCurTOX(); |