summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterProtocolHandler.cxx
diff options
context:
space:
mode:
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;