summaryrefslogtreecommitdiff
path: root/framework/source/accelerators
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-12-29 19:27:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-12-29 19:46:23 +0000
commitbea8a7ad63e6e00c757909702f0439b2ffd3b48a (patch)
tree423bc1b62e0aedcb308ec26214ece158ae3fe76a /framework/source/accelerators
parent79a1ba61e4753758f66ba25b128aeff96ea716c9 (diff)
cppcheck: noExplicitConstructor
Change-Id: Ib43e53d5b6c9c130adb765ac9b769f58060ac640
Diffstat (limited to 'framework/source/accelerators')
-rw-r--r--framework/source/accelerators/globalacceleratorconfiguration.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx
index 942c2f0d65ea..eb7ddedb34b7 100644
--- a/framework/source/accelerators/globalacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx
@@ -52,7 +52,7 @@ public:
@param xSMGR
reference to an uno service manager, which is used internally.
*/
- GlobalAcceleratorConfiguration(const css::uno::Reference< css::uno::XComponentContext >& xContext);
+ explicit GlobalAcceleratorConfiguration(const css::uno::Reference< css::uno::XComponentContext >& xContext);
/** TODO */
virtual ~GlobalAcceleratorConfiguration() {}