summaryrefslogtreecommitdiff
path: root/svl/source/misc/sharedstringpool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/source/misc/sharedstringpool.cxx')
-rw-r--r--svl/source/misc/sharedstringpool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/source/misc/sharedstringpool.cxx b/svl/source/misc/sharedstringpool.cxx
index e1dfe94453fd..bb9be8c7b7eb 100644
--- a/svl/source/misc/sharedstringpool.cxx
+++ b/svl/source/misc/sharedstringpool.cxx
@@ -57,7 +57,7 @@ struct SharedStringPool::Impl
StrStoreType maStrStore;
const CharClass* mpCharClass;
- Impl( const CharClass* pCharClass ) : mpCharClass(pCharClass) {}
+ explicit Impl( const CharClass* pCharClass ) : mpCharClass(pCharClass) {}
};
SharedStringPool::SharedStringPool( const CharClass* pCharClass ) :