From c5685ec791fbce43e982ffecc9e062063ec7e3d7 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Wed, 29 Jan 2014 20:46:48 -0200 Subject: fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I241661119371b75804fcf9215ff5e5da2a5b9265 Reviewed-on: https://gerrit.libreoffice.org/7732 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svx/inc/pch/precompiled_svx.hxx | 1 - svx/source/accessibility/AccessibleTextEventQueue.hxx | 1 - svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 1 - svx/source/inc/fmslotinvalidator.hxx | 11 ----------- svx/source/inc/formtoolbars.hxx | 11 ----------- 5 files changed, 25 deletions(-) (limited to 'svx') diff --git a/svx/inc/pch/precompiled_svx.hxx b/svx/inc/pch/precompiled_svx.hxx index ba48f6c1e45a..647b55fff5a5 100644 --- a/svx/inc/pch/precompiled_svx.hxx +++ b/svx/inc/pch/precompiled_svx.hxx @@ -409,7 +409,6 @@ #include #include #include -#include #include #include #include diff --git a/svx/source/accessibility/AccessibleTextEventQueue.hxx b/svx/source/accessibility/AccessibleTextEventQueue.hxx index ea0e4dbdc9f5..74cf7e09d06f 100644 --- a/svx/source/accessibility/AccessibleTextEventQueue.hxx +++ b/svx/source/accessibility/AccessibleTextEventQueue.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include class SfxHint; diff --git a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx index 07e7b6447cbd..112c544a0970 100644 --- a/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeFontWork.cxx @@ -18,7 +18,6 @@ */ #include "EnhancedCustomShapeFontWork.hxx" -#include #include #include #include diff --git a/svx/source/inc/fmslotinvalidator.hxx b/svx/source/inc/fmslotinvalidator.hxx index bceead451450..62bbdbff5154 100644 --- a/svx/source/inc/fmslotinvalidator.hxx +++ b/svx/source/inc/fmslotinvalidator.hxx @@ -20,18 +20,10 @@ #ifndef INCLUDED_SVX_SOURCE_INC_FMSLOTINVALIDATOR_HXX #define INCLUDED_SVX_SOURCE_INC_FMSLOTINVALIDATOR_HXX -#include - -//........................................................................ namespace svx { -//........................................................................ - typedef sal_uInt16 SfxSlotId; - //==================================================================== - //= ISlotInvalidator - //==================================================================== class ISlotInvalidator { public: @@ -40,10 +32,7 @@ namespace svx protected: ~ISlotInvalidator() {} }; - -//........................................................................ } // namespace svx -//........................................................................ #endif // INCLUDED_SVX_SOURCE_INC_FMSLOTINVALIDATOR_HXX diff --git a/svx/source/inc/formtoolbars.hxx b/svx/source/inc/formtoolbars.hxx index 379a6688354c..0e1111f0f563 100644 --- a/svx/source/inc/formtoolbars.hxx +++ b/svx/source/inc/formtoolbars.hxx @@ -22,19 +22,10 @@ #include "fmdocumentclassification.hxx" #include - -#include - #include -//........................................................................ namespace svxform { -//........................................................................ - - //==================================================================== - //= FormToolboxes - //==================================================================== class FormToolboxes { private: @@ -74,9 +65,7 @@ namespace svxform } }; -//........................................................................ } // namespace svxform -//........................................................................ #endif // INCLUDED_SVX_SOURCE_INC_FORMTOOLBARS_HXX -- cgit