cppcheck: noExplicitConstructor
Change-Id: Id506e26ab4986a3972ebf24397c5c0c8d131fe69
This commit is contained in:
@@ -56,7 +56,7 @@ class ClassificationCategoriesController : public ClassificationCategoriesContro
|
|||||||
DECL_LINK_TYPED(SelectHdl, ListBox&, void);
|
DECL_LINK_TYPED(SelectHdl, ListBox&, void);
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ClassificationCategoriesController(const uno::Reference<uno::XComponentContext>& rContext);
|
explicit ClassificationCategoriesController(const uno::Reference<uno::XComponentContext>& rContext);
|
||||||
virtual ~ClassificationCategoriesController();
|
virtual ~ClassificationCategoriesController();
|
||||||
|
|
||||||
// XServiceInfo
|
// XServiceInfo
|
||||||
|
@@ -324,7 +324,7 @@ public:
|
|||||||
std::vector<SfxClassificationCategory> m_aCategories;
|
std::vector<SfxClassificationCategory> m_aCategories;
|
||||||
const uno::Reference<document::XDocumentProperties>& m_xDocumentProperties;
|
const uno::Reference<document::XDocumentProperties>& m_xDocumentProperties;
|
||||||
|
|
||||||
Impl(const uno::Reference<document::XDocumentProperties>& xDocumentProperties);
|
explicit Impl(const uno::Reference<document::XDocumentProperties>& xDocumentProperties);
|
||||||
void parsePolicy();
|
void parsePolicy();
|
||||||
/// Synchronize m_aLabels back to the document properties.
|
/// Synchronize m_aLabels back to the document properties.
|
||||||
void pushToDocumentProperties();
|
void pushToDocumentProperties();
|
||||||
|
@@ -17,7 +17,7 @@ class CrashReportDialog : public Dialog
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
CrashReportDialog(vcl::Window* pParent);
|
explicit CrashReportDialog(vcl::Window* pParent);
|
||||||
|
|
||||||
virtual ~CrashReportDialog();
|
virtual ~CrashReportDialog();
|
||||||
|
|
||||||
|
@@ -24,7 +24,7 @@ class CrashReportUI : public ::cppu::WeakImplHelper< css::lang::XServiceInfo
|
|||||||
css::frame::XSynchronousDispatch > // => XDispatch!
|
css::frame::XSynchronousDispatch > // => XDispatch!
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CrashReportUI(const css::uno::Reference< css::uno::XComponentContext >& xContext);
|
explicit CrashReportUI(const css::uno::Reference< css::uno::XComponentContext >& xContext);
|
||||||
virtual ~CrashReportUI();
|
virtual ~CrashReportUI();
|
||||||
|
|
||||||
// css.lang.XServiceInfo
|
// css.lang.XServiceInfo
|
||||||
|
Reference in New Issue
Block a user