summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewShellBase.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-10-25 17:33:13 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-26 05:47:06 +0000
commite6dce260833ecddf0da9c85132665a7759fc1f17 (patch)
tree1deb554cc06bd028335f986303043a5cae757cd2 /sd/source/ui/view/ViewShellBase.cxx
parentbebc20c62be2df2cf2741fb82945ce6b631d2fe5 (diff)
cppcheck:noExplicitConstructor
Change-Id: I06f33af242c60e0349417ceab3ca4a6d47cd402d Reviewed-on: https://gerrit.libreoffice.org/19589 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sd/source/ui/view/ViewShellBase.cxx')
-rw-r--r--sd/source/ui/view/ViewShellBase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx
index 966e7772f1c2..7fc8354905f1 100644
--- a/sd/source/ui/view/ViewShellBase.cxx
+++ b/sd/source/ui/view/ViewShellBase.cxx
@@ -101,7 +101,7 @@ namespace {
class CurrentPageSetter
{
public:
- CurrentPageSetter (ViewShellBase& rBase);
+ explicit CurrentPageSetter (ViewShellBase& rBase);
void operator () (bool);
private:
ViewShellBase& mrBase;
@@ -146,7 +146,7 @@ public:
std::shared_ptr<tools::EventMultiplexer> mpEventMultiplexer;
std::shared_ptr<FormShellManager> mpFormShellManager;
- Implementation (ViewShellBase& rBase);
+ explicit Implementation (ViewShellBase& rBase);
~Implementation();
void LateInit();