diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-01-29 20:46:48 -0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-30 11:16:27 +0000 |
commit | c5685ec791fbce43e982ffecc9e062063ec7e3d7 (patch) | |
tree | 7bb2ab8682f584488f696b68b0ab88b496dc56ea /svx | |
parent | 923a3ba49ab5e578778ffba08ae337993dd76ab4 (diff) |
fdo#63154 Removed unused solar.h ref. in linguc., sfx2, starmath, svl and svx
Change-Id: I241661119371b75804fcf9215ff5e5da2a5b9265
Reviewed-on: https://gerrit.libreoffice.org/7732
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/pch/precompiled_svx.hxx | 1 | ||||
-rw-r--r-- | svx/source/accessibility/AccessibleTextEventQueue.hxx | 1 | ||||
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeFontWork.cxx | 1 | ||||
-rw-r--r-- | svx/source/inc/fmslotinvalidator.hxx | 11 | ||||
-rw-r--r-- | svx/source/inc/formtoolbars.hxx | 11 |
5 files changed, 0 insertions, 25 deletions
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 <tools/resary.hxx> #include <tools/resid.hxx> #include <tools/shl.hxx> -#include <tools/solar.h> #include <tools/stream.hxx> #include <tools/urlobj.hxx> #include <unicode/uchar.h> 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 <memory> #include <list> #include <algorithm> -#include <tools/solar.h> #include <tools/rtti.hxx> 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 <tools/solar.h> #include <svx/svddef.hxx> #include <svx/svdogrp.hxx> #include <svx/svdopath.hxx> 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 <tools/solar.h> - -//........................................................................ 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 <com/sun/star/frame/XLayoutManager.hpp> - -#include <tools/solar.h> - #include <svx/svxdllapi.h> -//........................................................................ namespace svxform { -//........................................................................ - - //==================================================================== - //= FormToolboxes - //==================================================================== class FormToolboxes { private: @@ -74,9 +65,7 @@ namespace svxform } }; -//........................................................................ } // namespace svxform -//........................................................................ #endif // INCLUDED_SVX_SOURCE_INC_FORMTOOLBARS_HXX |