summaryrefslogtreecommitdiff
path: root/unotools/source/misc/componentresmodule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/misc/componentresmodule.cxx')
-rw-r--r--unotools/source/misc/componentresmodule.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/misc/componentresmodule.cxx b/unotools/source/misc/componentresmodule.cxx
index 7b75a86cdc51..74af55a443e2 100644
--- a/unotools/source/misc/componentresmodule.cxx
+++ b/unotools/source/misc/componentresmodule.cxx
@@ -42,7 +42,7 @@ namespace utl
OComponentResModuleImpl& operator=(const OComponentResModuleImpl&) SAL_DELETED_FUNCTION;
public:
- OComponentResModuleImpl( const OString& _rResFilePrefix )
+ explicit OComponentResModuleImpl( const OString& _rResFilePrefix )
:m_pResources( NULL )
,m_bInitialized( false )
,m_sResFilePrefix( _rResFilePrefix )