summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterProtocolHandler.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-09-27 21:03:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-09-27 21:05:19 +0100
commit5c26f79467e4c5f920b77a058aa079654c322c25 (patch)
treeecc9d24bb4e0f583baceeb95b877ba9423ac1f06 /sdext/source/presenter/PresenterProtocolHandler.cxx
parentb3cc2c6d234156e7d5be2c3f2cacd20ab44ce94f (diff)
cppcheck: noExplicitConstructor
Change-Id: Ibb94d40706fced3c1c053fd58ef4e2af2d849587
Diffstat (limited to 'sdext/source/presenter/PresenterProtocolHandler.cxx')
-rw-r--r--sdext/source/presenter/PresenterProtocolHandler.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx
index ddaa4a4cf788..9dbefb239ca3 100644
--- a/sdext/source/presenter/PresenterProtocolHandler.cxx
+++ b/sdext/source/presenter/PresenterProtocolHandler.cxx
@@ -58,7 +58,7 @@ namespace {
class GotoPreviousSlideCommand : public Command
{
public:
- GotoPreviousSlideCommand (
+ explicit GotoPreviousSlideCommand (
const rtl::Reference<PresenterController>& rpPresenterController);
virtual ~GotoPreviousSlideCommand() {}
virtual void Execute() SAL_OVERRIDE;
@@ -70,7 +70,7 @@ namespace {
class GotoNextSlideCommand : public Command
{
public:
- GotoNextSlideCommand (
+ explicit GotoNextSlideCommand (
const rtl::Reference<PresenterController>& rpPresenterController);
virtual ~GotoNextSlideCommand() {}
virtual void Execute() SAL_OVERRIDE;
@@ -85,7 +85,7 @@ namespace {
class GotoNextEffectCommand : public Command
{
public:
- GotoNextEffectCommand (
+ explicit GotoNextEffectCommand (
const rtl::Reference<PresenterController>& rpPresenterController);
virtual ~GotoNextEffectCommand() {}
virtual void Execute() SAL_OVERRIDE;
@@ -96,7 +96,7 @@ namespace {
class SwitchMonitorCommand : public Command
{
public:
- SwitchMonitorCommand (
+ explicit SwitchMonitorCommand (
const rtl::Reference<PresenterController>& rpPresenterController);
virtual ~SwitchMonitorCommand() {}
virtual void Execute() SAL_OVERRIDE;