summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/swstylemanager.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-03 21:01:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-04 12:00:58 +0100
commit3761cf7660e8329670722973c567235bffe40536 (patch)
tree28e8ea542723e5ca37e23f5f8c092da7f86c1028 /sw/source/core/doc/swstylemanager.cxx
parenta441d5fbe59436089e5f7b882a3482212c9ee208 (diff)
cppcheck: noExplicitConstructor
Change-Id: I1f5272cdf05b36d1c6958159a29c04ed7374592d
Diffstat (limited to 'sw/source/core/doc/swstylemanager.cxx')
-rw-r--r--sw/source/core/doc/swstylemanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/swstylemanager.cxx b/sw/source/core/doc/swstylemanager.cxx
index af8e6d224d8e..11d3b3b63c93 100644
--- a/sw/source/core/doc/swstylemanager.cxx
+++ b/sw/source/core/doc/swstylemanager.cxx
@@ -64,7 +64,7 @@ class SwStyleManager : public IStyleAccess
public:
// accept empty item set for ignorable paragraph items.
- SwStyleManager( SfxItemSet* pIgnorableParagraphItems )
+ explicit SwStyleManager( SfxItemSet* pIgnorableParagraphItems )
: aAutoCharPool(),
aAutoParaPool( pIgnorableParagraphItems ),
mpCharCache(0),