Kaydet (Commit) a3cc2d8d authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: noExplicitConstructor

Change-Id: I6f25d8cf14e3e12eecb29eb02e018ecfa73539dd
üst 01d11655
......@@ -415,7 +415,7 @@ namespace dbaui
virtual ~OApplicationController();
public:
OApplicationController(const css::uno::Reference< css::uno::XComponentContext >& _rxORB);
explicit OApplicationController(const css::uno::Reference< css::uno::XComponentContext >& _rxORB);
DECLARE_XINTERFACE( )
DECLARE_XTYPEPROVIDER( )
......
......@@ -55,7 +55,7 @@ namespace dbaui
vcl::Font m_aOriginalFont;
public:
OCreationList( OTasksWindow& _rParent );
explicit OCreationList( OTasksWindow& _rParent );
// Window overrides
virtual void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
......
......@@ -32,7 +32,7 @@ namespace dbaui
IControlActionListener* m_pActionListener;
public:
OApplicationIconControl(vcl::Window* _pParent);
explicit OApplicationIconControl(vcl::Window* _pParent);
virtual ~OApplicationIconControl();
virtual void dispose() SAL_OVERRIDE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment