cppcheck: noExplicitConstructor

Change-Id: I2d629c48b6526fa5f37174921c068e1201a897ef
This commit is contained in:
Caolán McNamara 2015-06-11 17:09:41 +01:00
parent a952bf824e
commit 19053e62d1
14 changed files with 17 additions and 17 deletions

View file

@ -65,7 +65,7 @@ class ResolverImpl : public WeakImplHelper2< XServiceInfo, XUnoUrlResolver >
Reference< XComponentContext > _xCtx;
public:
ResolverImpl( const Reference< XComponentContext > & xSMgr );
explicit ResolverImpl( const Reference< XComponentContext > & xSMgr );
virtual ~ResolverImpl();
// XServiceInfo

View file

@ -528,7 +528,7 @@ struct OReportDefinitionImpl
bool m_bEscapeProcessing;
bool m_bSetModifiedEnabled;
OReportDefinitionImpl(::osl::Mutex& _aMutex)
explicit OReportDefinitionImpl(::osl::Mutex& _aMutex)
:m_aStorageChangeListeners(_aMutex)
,m_aCloseListener(_aMutex)
,m_aModifyListeners(_aMutex)
@ -2298,7 +2298,7 @@ class OStylesHelper:
protected:
virtual ~OStylesHelper(){}
public:
OStylesHelper(const uno::Type& rType = cppu::UnoType<container::XElementAccess>::get());
explicit OStylesHelper(const uno::Type& rType = cppu::UnoType<container::XElementAccess>::get());
// XNameContainer
virtual void SAL_CALL insertByName( const OUString& aName, const uno::Any& aElement ) throw(lang::IllegalArgumentException, container::ElementExistException,lang::WrappedTargetException, uno::RuntimeException, std::exception) SAL_OVERRIDE;

View file

@ -66,7 +66,7 @@ struct PropertyInfo
{
bool bIsReadonlyOrTransient;
PropertyInfo( const bool i_bIsTransientOrReadOnly )
explicit PropertyInfo( const bool i_bIsTransientOrReadOnly )
:bIsReadonlyOrTransient( i_bIsTransientOrReadOnly )
{
}
@ -104,7 +104,7 @@ public:
bool m_bReadOnly;
bool m_bIsUndo;
OXUndoEnvironmentImpl(OReportModel& _rModel);
explicit OXUndoEnvironmentImpl(OReportModel& _rModel);
};
OXUndoEnvironmentImpl::OXUndoEnvironmentImpl(OReportModel& _rModel) : m_rModel(_rModel)

View file

@ -60,7 +60,7 @@ namespace rptui
bool m_bFieldListDirty;
public:
FormatNormalizer( const OReportModel& _rModel );
explicit FormatNormalizer( const OReportModel& _rModel );
~FormatNormalizer();
void notifyPropertyChange( const ::com::sun::star::beans::PropertyChangeEvent& _rEvent );

View file

@ -68,7 +68,7 @@ namespace rptxml
{
::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > m_xContext;
public:
ORptTypeDetection(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
explicit ORptTypeDetection(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xContext);
// XServiceInfo
OUString SAL_CALL getImplementationName() throw(std::exception ) SAL_OVERRIDE;

View file

@ -43,7 +43,7 @@ namespace rptxml
OXMLAutoStylePoolP(const OXMLAutoStylePoolP&) SAL_DELETED_FUNCTION;
void operator =(const OXMLAutoStylePoolP&) SAL_DELETED_FUNCTION;
public:
OXMLAutoStylePoolP(ORptExport& rXMLExport);
explicit OXMLAutoStylePoolP(ORptExport& rXMLExport);
virtual ~OXMLAutoStylePoolP();
};

View file

@ -164,7 +164,7 @@ namespace rptxml
class OSpecialHandleXMLExportPropertyMapper : public SvXMLExportPropertyMapper
{
public:
OSpecialHandleXMLExportPropertyMapper(const rtl::Reference< XMLPropertySetMapper >& rMapper) : SvXMLExportPropertyMapper(rMapper )
explicit OSpecialHandleXMLExportPropertyMapper(const rtl::Reference< XMLPropertySetMapper >& rMapper) : SvXMLExportPropertyMapper(rMapper )
{
}
/** this method is called for every item that has the

View file

@ -65,7 +65,7 @@ class OAddFieldWindowListBox: public SvTreeListBox
VclPtr<OAddFieldWindow> m_pTabWin;
public:
OAddFieldWindowListBox( OAddFieldWindow* _pParent );
explicit OAddFieldWindowListBox( OAddFieldWindow* _pParent );
virtual ~OAddFieldWindowListBox();
virtual void dispose() SAL_OVERRIDE;

View file

@ -69,7 +69,7 @@ namespace rptui
vcl::Window& m_rWindow;
public:
UpdateLocker( vcl::Window& _rWindow )
explicit UpdateLocker( vcl::Window& _rWindow )
:m_rWindow( _rWindow )
{
_rWindow.SetUpdateMode( false );

View file

@ -32,7 +32,7 @@ namespace rptui
{
::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> m_aGroupRow;
public:
OGroupExchange(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any>& _aGroupRow);
explicit OGroupExchange(const ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any>& _aGroupRow);
static SotClipboardFormatId getReportGroupId();
protected:

View file

@ -85,7 +85,7 @@ class OFieldExpressionControlContainerListener : public ::cppu::WeakImplHelper1<
{
VclPtr<OFieldExpressionControl> mpParent;
public:
OFieldExpressionControlContainerListener(OFieldExpressionControl* pParent) : mpParent(pParent) {}
explicit OFieldExpressionControlContainerListener(OFieldExpressionControl* pParent) : mpParent(pParent) {}
// XEventListener
virtual void SAL_CALL disposing(const ::com::sun::star::lang::EventObject& Source) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;

View file

@ -61,7 +61,7 @@ class OTaskWindow : public vcl::Window
{
VclPtr<PropBrw> m_pPropWin;
public:
OTaskWindow(vcl::Window* _pParent) : Window(_pParent),m_pPropWin(NULL){}
explicit OTaskWindow(vcl::Window* _pParent) : Window(_pParent),m_pPropWin(NULL){}
virtual ~OTaskWindow() { disposeOnce(); }
virtual void dispose() SAL_OVERRIDE { m_pPropWin.clear(); vcl::Window::dispose(); }

View file

@ -57,7 +57,7 @@ public:
oslInterlockedCount m_nLocks;
bool m_bReadOnly;
OXReportControllerObserverImpl(const OReportController& _rController);
explicit OXReportControllerObserverImpl(const OReportController& _rController);
~OXReportControllerObserverImpl();
};

View file

@ -958,13 +958,13 @@ namespace
bool m_bCopy;
public:
ApplySectionViewAction(bool _bCopy)
explicit ApplySectionViewAction(bool _bCopy)
: m_eAction(eEndDragObj)
, m_bCopy(_bCopy)
{
}
ApplySectionViewAction(SectionViewAction _eAction = eEndAction)
explicit ApplySectionViewAction(SectionViewAction _eAction = eEndAction)
: m_eAction(_eAction)
, m_bCopy(false)
{