summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-26 11:58:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-26 20:49:09 +0100
commit54bba0f517cf134302e2a09233e1c9067f0e9c15 (patch)
tree71bf1445f94dc3cb062f6a9c7a4f56aa0ecbad15
parent89804c14ee99721d252e30468342384fbc8926b2 (diff)
cppcheck: noExplicitConstructor
Change-Id: Id410f19787f25bc9633ff69fa947c477cc999420
-rw-r--r--sw/source/uibase/sidebar/PageColumnControl.hxx2
-rw-r--r--sw/source/uibase/sidebar/PageOrientationControl.hxx2
-rw-r--r--sw/source/uibase/sidebar/PageSizeControl.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/sidebar/PageColumnControl.hxx b/sw/source/uibase/sidebar/PageColumnControl.hxx
index e59128a29ad1..79551ae93fa1 100644
--- a/sw/source/uibase/sidebar/PageColumnControl.hxx
+++ b/sw/source/uibase/sidebar/PageColumnControl.hxx
@@ -29,7 +29,7 @@ class PagePropertyPanel;
class PageColumnControl : public SfxPopupWindow
{
public:
- PageColumnControl( sal_uInt16 nId );
+ explicit PageColumnControl(sal_uInt16 nId);
virtual ~PageColumnControl() override;
virtual void dispose() override;
diff --git a/sw/source/uibase/sidebar/PageOrientationControl.hxx b/sw/source/uibase/sidebar/PageOrientationControl.hxx
index cba45a7fa00d..590659200faa 100644
--- a/sw/source/uibase/sidebar/PageOrientationControl.hxx
+++ b/sw/source/uibase/sidebar/PageOrientationControl.hxx
@@ -35,7 +35,7 @@ class PagePropertyPanel;
class PageOrientationControl : public SfxPopupWindow
{
public:
- PageOrientationControl(sal_uInt16 nId);
+ explicit PageOrientationControl(sal_uInt16 nId);
virtual ~PageOrientationControl() override;
virtual void dispose() override;
diff --git a/sw/source/uibase/sidebar/PageSizeControl.hxx b/sw/source/uibase/sidebar/PageSizeControl.hxx
index 26253afde62c..36c8c87c4fdb 100644
--- a/sw/source/uibase/sidebar/PageSizeControl.hxx
+++ b/sw/source/uibase/sidebar/PageSizeControl.hxx
@@ -45,7 +45,7 @@ class PagePropertyPanel;
class PageSizeControl : public SfxPopupWindow
{
public:
- PageSizeControl(sal_uInt16 nId);
+ explicit PageSizeControl(sal_uInt16 nId);
virtual ~PageSizeControl() override;
virtual void dispose() override;