summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/factories/PresentationFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/factories/PresentationFactory.cxx')
-rw-r--r--sd/source/ui/framework/factories/PresentationFactory.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/framework/factories/PresentationFactory.cxx b/sd/source/ui/framework/factories/PresentationFactory.cxx
index 8a9e402a3ea2..c2efde53fd9f 100644
--- a/sd/source/ui/framework/factories/PresentationFactory.cxx
+++ b/sd/source/ui/framework/factories/PresentationFactory.cxx
@@ -46,7 +46,7 @@ class PresentationFactoryProvider
public PresentationFactoryProviderInterfaceBase
{
public:
- PresentationFactoryProvider (const Reference<XComponentContext>& rxContext);
+ explicit PresentationFactoryProvider (const Reference<XComponentContext>& rxContext);
virtual ~PresentationFactoryProvider();
virtual void SAL_CALL disposing() override;
@@ -69,7 +69,7 @@ class PresentationView
public PresentationViewInterfaceBase
{
public:
- PresentationView (const Reference<XResourceId>& rxViewId)
+ explicit PresentationView (const Reference<XResourceId>& rxViewId)
: PresentationViewInterfaceBase(maMutex),mxResourceId(rxViewId) {};
virtual ~PresentationView() {};