From df809481d4fcee0ac51cf056161ee4953ade44bd Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 12 Sep 2019 16:17:30 +0100 Subject: inherit from one class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia3cb14429a42e445c14cecc20728d59d985f4b5d Reviewed-on: https://gerrit.libreoffice.org/78837 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- chart2/source/controller/dialogs/dlg_CreationWizard.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chart2/source/controller/dialogs/dlg_CreationWizard.cxx') diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx index 85f263b1c21f..adf1a52cdb70 100644 --- a/chart2/source/controller/dialogs/dlg_CreationWizard.cxx +++ b/chart2/source/controller/dialogs/dlg_CreationWizard.cxx @@ -33,6 +33,8 @@ using namespace css; +using vcl::RoadmapWizardTypes::WizardPath; + namespace chart { #define PATH_FULL 1 -- cgit