summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationDialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationDialog.hxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.hxx b/sd/source/ui/animations/CustomAnimationDialog.hxx
index 0f82354e9e9f..757153b5ebe0 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.hxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.hxx
@@ -97,7 +97,7 @@ const sal_Int32 nPropertyTypeScale = 21;
class PropertySubControl
{
public:
- PropertySubControl( sal_Int32 nType ) : mnType( nType ) {}
+ explicit PropertySubControl( sal_Int32 nType ) : mnType( nType ) {}
virtual ~PropertySubControl();
virtual ::com::sun::star::uno::Any getValue() = 0;
@@ -121,7 +121,7 @@ protected:
class PropertyControl : public ListBox
{
public:
- PropertyControl( vcl::Window* pParent );
+ explicit PropertyControl( vcl::Window* pParent );
virtual ~PropertyControl();
virtual void dispose() override;