summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-26 13:11:34 +0200
committerJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-26 13:14:41 +0000
commitc922161117dcaf33d6c61b0c5ffe860231e32e3c (patch)
treeab41168e1842c15661f52df53372798706e39c63 /chart2/source/controller/dialogs/dlg_CreationWizard.cxx
parentremove unnecessary default constructor and operator= (diff)
downloadcore-c922161117dcaf33d6c61b0c5ffe860231e32e3c.tar.gz
core-c922161117dcaf33d6c61b0c5ffe860231e32e3c.zip
tdf#95416 remove ../ style include
move (default) dtors to source files, where members are complete Change-Id: I9f3273d322b62cb01e546ff30d9fb4d37747bb3b Reviewed-on: https://gerrit.libreoffice.org/28400 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'chart2/source/controller/dialogs/dlg_CreationWizard.cxx')
-rw-r--r--chart2/source/controller/dialogs/dlg_CreationWizard.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
index cbf741bbc68e..7402c58e87ca 100644
--- a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
+++ b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx
@@ -88,6 +88,8 @@ CreationWizard::CreationWizard( vcl::Window* pParent, const uno::Reference< fram
ActivatePage();
}
+CreationWizard::~CreationWizard() = default;
+
VclPtr<TabPage> CreationWizard::createPage(WizardState nState)
{
VclPtr<svt::OWizardPage> pRet;