summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/DrawController.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/DrawController.hxx')
-rw-r--r--sd/source/ui/inc/DrawController.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/DrawController.hxx b/sd/source/ui/inc/DrawController.hxx
index 3af159e1330f..96e5a73f6556 100644
--- a/sd/source/ui/inc/DrawController.hxx
+++ b/sd/source/ui/inc/DrawController.hxx
@@ -57,7 +57,7 @@ typedef ::cppu::ImplInheritanceHelper <
class BroadcastHelperOwner
{
public:
- BroadcastHelperOwner (::osl::Mutex& rMutex) : maBroadcastHelper(rMutex) {};
+ explicit BroadcastHelperOwner (::osl::Mutex& rMutex) : maBroadcastHelper(rMutex) {};
::cppu::OBroadcastHelper maBroadcastHelper;
};
@@ -97,7 +97,7 @@ public:
/** Create a new DrawController object for the given ViewShellBase.
*/
- DrawController (ViewShellBase& rBase) throw();
+ explicit DrawController (ViewShellBase& rBase) throw();
virtual ~DrawController() throw();