summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r--sd/source/ui/dlg/RemoteDialog.hxx2
-rw-r--r--sd/source/ui/dlg/RemoteDialogClientBox.hxx4
-rw-r--r--sd/source/ui/dlg/dlgass.cxx2
-rw-r--r--sd/source/ui/dlg/headerfooterdlg.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/RemoteDialog.hxx b/sd/source/ui/dlg/RemoteDialog.hxx
index cf84cb944f59..9d2b072a38a3 100644
--- a/sd/source/ui/dlg/RemoteDialog.hxx
+++ b/sd/source/ui/dlg/RemoteDialog.hxx
@@ -32,7 +32,7 @@ private:
DECL_LINK_TYPED( CloseHdl, SystemWindow&, void );
DECL_LINK_TYPED( CloseClickHdl, Button*, void );
public:
- RemoteDialog( vcl::Window* pWindow );
+ explicit RemoteDialog( vcl::Window* pWindow );
virtual ~RemoteDialog();
virtual void dispose() override;
};
diff --git a/sd/source/ui/dlg/RemoteDialogClientBox.hxx b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
index 38b7b4e39ec3..7f4de8f6d013 100644
--- a/sd/source/ui/dlg/RemoteDialogClientBox.hxx
+++ b/sd/source/ui/dlg/RemoteDialogClientBox.hxx
@@ -59,7 +59,7 @@ struct ClientBoxEntry
bool m_bActive :1;
std::shared_ptr<ClientInfo> m_pClientInfo;
- ClientBoxEntry(std::shared_ptr<ClientInfo> pClientInfo);
+ explicit ClientBoxEntry(std::shared_ptr<ClientInfo> pClientInfo);
~ClientBoxEntry();
};
@@ -73,7 +73,7 @@ class ClientRemovedListener : public ::cppu::WeakImplHelper<css::lang::XEventLis
public:
- ClientRemovedListener(ClientBox *pParent)
+ explicit ClientRemovedListener(ClientBox *pParent)
{
m_pParent = pParent;
}
diff --git a/sd/source/ui/dlg/dlgass.cxx b/sd/source/ui/dlg/dlgass.cxx
index 1ee79055ab1c..726ff7a8d7de 100644
--- a/sd/source/ui/dlg/dlgass.cxx
+++ b/sd/source/ui/dlg/dlgass.cxx
@@ -93,7 +93,7 @@ public:
class NextButton
{
public:
- NextButton (vcl::Window* pParent);
+ explicit NextButton (vcl::Window* pParent);
void ForceFocusEventBroadcast();
void SetClickHdl (const Link<Button*,void>& rLink);
diff --git a/sd/source/ui/dlg/headerfooterdlg.cxx b/sd/source/ui/dlg/headerfooterdlg.cxx
index 01784bb1fe46..2beecae4806b 100644
--- a/sd/source/ui/dlg/headerfooterdlg.cxx
+++ b/sd/source/ui/dlg/headerfooterdlg.cxx
@@ -75,7 +75,7 @@ private:
void Paint(vcl::RenderContext& rRenderContext, SdrTextObj* pObj, bool bVisible, bool bDotted = false);
public:
- PresLayoutPreview(vcl::Window* pParent);
+ explicit PresLayoutPreview(vcl::Window* pParent);
virtual ~PresLayoutPreview();
virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) override;