summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-08-31 13:02:36 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-08-31 16:18:40 +0200
commitab0df4e1642d226a68c6858e87b88e9cc6fbbdf6 (patch)
tree3d26813fb5075c02a5be42675fce201bed60ab51 /extensions
parent48912b3516ef7790ba5e18c000e88cbb1989587f (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.hxx7
-rw-r--r--extensions/source/abpilot/abspilot.hxx6
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: */