summaryrefslogtreecommitdiff
path: root/chart2/source/tools/ImplOPropertySet.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/ImplOPropertySet.cxx')
-rw-r--r--chart2/source/tools/ImplOPropertySet.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/ImplOPropertySet.cxx b/chart2/source/tools/ImplOPropertySet.cxx
index c8f39c4df3e6..239a9c4bb9c0 100644
--- a/chart2/source/tools/ImplOPropertySet.cxx
+++ b/chart2/source/tools/ImplOPropertySet.cxx
@@ -37,7 +37,7 @@ namespace
struct lcl_getPropertyStateByHandle :
public ::std::unary_function< sal_Int32, beans::PropertyState >
{
- lcl_getPropertyStateByHandle(
+ explicit lcl_getPropertyStateByHandle(
const ::property::impl::ImplOPropertySet::tPropertyMap & rMap )
: m_rMap( rMap )
{}
@@ -57,7 +57,7 @@ template< typename K, typename V >
struct lcl_eraseMapEntry :
public ::std::unary_function< K, void >
{
- lcl_eraseMapEntry( ::std::map< K, V > & rMap )
+ explicit lcl_eraseMapEntry( ::std::map< K, V > & rMap )
: m_rMap( rMap )
{}