diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/abspage.hxx | 7 | ||||
-rw-r--r-- | extensions/source/abpilot/abspilot.hxx | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/extensions/source/abpilot/abspage.hxx b/extensions/source/abpilot/abspage.hxx index 89f50fbd2112..e3fdce0f5077 100644 --- a/extensions/source/abpilot/abspage.hxx +++ b/extensions/source/abpilot/abspage.hxx @@ -24,13 +24,9 @@ #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <strings.hrc> #include <componentmodule.hxx> -#include <vcl/fixed.hxx> - namespace abp { - - class OAddressBookSourcePilot; struct AddressSettings; @@ -56,11 +52,8 @@ namespace abp virtual void ActivatePage() override; virtual void DeactivatePage() override; }; - - } // namespace abp - #endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPAGE_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/extensions/source/abpilot/abspilot.hxx b/extensions/source/abpilot/abspilot.hxx index 2ad80c3cdc77..2ff045940b06 100644 --- a/extensions/source/abpilot/abspilot.hxx +++ b/extensions/source/abpilot/abspilot.hxx @@ -22,13 +22,10 @@ #include <vcl/roadmapwizard.hxx> #include "addresssettings.hxx" -#include <vcl/fixed.hxx> #include "datasourcehandling.hxx" - namespace abp { - typedef ::vcl::RoadmapWizardMachine OAddressBookSourcePilot_Base; class OAddressBookSourcePilot final : public OAddressBookSourcePilot_Base { @@ -116,11 +113,8 @@ namespace abp void impl_updateRoadmap( AddressSourceType _eType ); }; - - } // namespace abp - #endif // INCLUDED_EXTENSIONS_SOURCE_ABPILOT_ABSPILOT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |