From 4d450704d672dddf2c555fda5ff3140d8c537d02 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 3 Aug 2019 20:17:38 +0100 Subject: move WizardMachine to vcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I55cc4a6c1ad111a22a43fd66a3cd01b5b02fb7cb Reviewed-on: https://gerrit.libreoffice.org/76902 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sw/source/ui/dbui/mmaddressblockpage.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/source/ui/dbui/mmaddressblockpage.hxx') diff --git a/sw/source/ui/dbui/mmaddressblockpage.hxx b/sw/source/ui/dbui/mmaddressblockpage.hxx index 5cdd6c1ad900..1bf08e55c2df 100644 --- a/sw/source/ui/dbui/mmaddressblockpage.hxx +++ b/sw/source/ui/dbui/mmaddressblockpage.hxx @@ -20,7 +20,7 @@ #define INCLUDED_SW_SOURCE_UI_DBUI_MMADDRESSBLOCKPAGE_HXX #include -#include +#include #include #include #include @@ -32,7 +32,7 @@ class SwMailMergeWizard; class SwMailMergeConfigItem; -class SwMailMergeAddressBlockPage : public svt::OWizardPage +class SwMailMergeAddressBlockPage : public vcl::OWizardPage { VclPtr m_pAddressListPB; VclPtr m_pCurrentAddressFI; @@ -71,7 +71,7 @@ class SwMailMergeAddressBlockPage : public svt::OWizardPage void EnableAddressBlock(bool bAll, bool bSelective); virtual void ActivatePage() override; - virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) override; + virtual bool commitPage( ::vcl::WizardTypes::CommitPageReason _eReason ) override; virtual bool canAdvance() const override; public: -- cgit