summaryrefslogtreecommitdiff
path: root/cppuhelper/source/typemanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/source/typemanager.cxx')
-rw-r--r--cppuhelper/source/typemanager.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppuhelper/source/typemanager.cxx b/cppuhelper/source/typemanager.cxx
index 2e32c5b33764..02de9ff43371 100644
--- a/cppuhelper/source/typemanager.cxx
+++ b/cppuhelper/source/typemanager.cxx
@@ -136,7 +136,7 @@ class PublishableDescription:
public cppu::WeakImplHelper1< css::reflection::XPublished >
{
protected:
- PublishableDescription(bool published): published_(published) {}
+ explicit PublishableDescription(bool published): published_(published) {}
virtual ~PublishableDescription() {}
@@ -847,7 +847,7 @@ MethodDescription::getExceptions() throw (css::uno::RuntimeException, std::excep
class BaseOffset: private boost::noncopyable {
public:
- BaseOffset(
+ explicit BaseOffset(
css::uno::Reference< css::reflection::XInterfaceTypeDescription2 >
const & description);