diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 13:02:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-31 16:18:40 +0200 |
commit | ab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (patch) | |
tree | 3d26813fb5075c02a5be42675fce201bed60ab51 /extensions | |
parent | 48912b3516ef7790ba5e18c000e88cbb1989587f (diff) |
drop some unnecessary includes
Change-Id: I4cbfe7e0d31217cf7790f656156a7e9a58b4e82f
Reviewed-on: https://gerrit.libreoffice.org/78344
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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: */ |