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/source/inc | |
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/source/inc')
-rw-r--r-- | svx/source/inc/fmslotinvalidator.hxx | 11 | ||||
-rw-r--r-- | svx/source/inc/formtoolbars.hxx | 11 |
2 files changed, 0 insertions, 22 deletions
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 |