summaryrefslogtreecommitdiffstats
path: root/sc/workben/test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben/test.cxx')
-rw-r--r--sc/workben/test.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 26f114d97896..a3ebd5966e9b 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -54,7 +54,7 @@ class MyFixedText : public FixedText
protected:
void RequestHelp( const HelpEvent& rHEvt );
public:
- MyFixedText(vcl::Window* pParent) : FixedText(pParent) {}
+ explicit MyFixedText(vcl::Window* pParent) : FixedText(pParent) {}
};
class MyWindow : public vcl::Window
@@ -74,7 +74,7 @@ private:
PushButton aViewButton;
public:
- MyWindow( vcl::Window *pParent );
+ explicit MyWindow( vcl::Window *pParent );
DECL_LINK_TYPED(CountHdl, PushButton*, void);
DECL_LINK_TYPED(TextHdl, PushButton*, void);
@@ -89,7 +89,7 @@ private:
FixedText* pFixedText;
public:
- ScTestListener(FixedText* pF);
+ expliciti ScTestListener(FixedText* pF);
virtual ~ScTestListener();
SMART_UNO_DECLARATION( ScTestListener, UsrObject );