summaryrefslogtreecommitdiff
path: root/desktop/source/pkgchk/unopkg/unopkg_app.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/pkgchk/unopkg/unopkg_app.cxx')
-rw-r--r--desktop/source/pkgchk/unopkg/unopkg_app.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/pkgchk/unopkg/unopkg_app.cxx b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
index dc79adce6534..cb37894d7a07 100644
--- a/desktop/source/pkgchk/unopkg/unopkg_app.cxx
+++ b/desktop/source/pkgchk/unopkg/unopkg_app.cxx
@@ -56,7 +56,7 @@ namespace {
struct ExtensionName
{
OUString m_str;
- ExtensionName( OUString const & str ) : m_str( str ) {}
+ explicit ExtensionName( OUString const & str ) : m_str( str ) {}
bool operator () ( Reference<deployment::XPackage> const & e ) const
{
if (m_str.equals(dp_misc::getIdentifier(e))
@@ -127,7 +127,7 @@ class DialogClosedListenerImpl :
osl::Condition & m_rDialogClosedCondition;
public:
- DialogClosedListenerImpl( osl::Condition & rDialogClosedCondition )
+ explicit DialogClosedListenerImpl( osl::Condition & rDialogClosedCondition )
: m_rDialogClosedCondition( rDialogClosedCondition ) {}
// XEventListener (base of XDialogClosedListener)