diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:21:01 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:50 +0100 |
commit | 5845c5b6ec04cff9239716ee9cadfa3708e551c0 (patch) | |
tree | 8dbda17b569d07856300e5c5fc3cd035c146117e /sw | |
parent | 259e51677bde56dbfc45e41b28ae3bdfd08a0e82 (diff) |
Removed unnecessary tools/link.hxx includes.
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/numrule.hxx | 1 | ||||
-rw-r--r-- | sw/inc/swmodule.hxx | 1 | ||||
-rw-r--r-- | sw/source/core/access/accdoc.cxx | 1 | ||||
-rwxr-xr-x | sw/source/core/graphic/ndgrf.cxx | 1 | ||||
-rw-r--r-- | sw/source/core/unocore/unochart.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/uno/swdetect.hxx | 2 |
6 files changed, 1 insertions, 7 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx index eb7d83aee996..f4c35ea9813a 100644 --- a/sw/inc/numrule.hxx +++ b/sw/inc/numrule.hxx @@ -28,7 +28,6 @@ #ifndef _NUMRULE_HXX #define _NUMRULE_HXX -#include <tools/link.hxx> #include <tools/gen.hxx> #include <tools/string.hxx> #include <editeng/svxenum.hxx> diff --git a/sw/inc/swmodule.hxx b/sw/inc/swmodule.hxx index aca0d48925db..df7f34bd7338 100644 --- a/sw/inc/swmodule.hxx +++ b/sw/inc/swmodule.hxx @@ -27,7 +27,6 @@ ************************************************************************/ #ifndef _SWMODULE_HXX #define _SWMODULE_HXX -#include <tools/link.hxx> #include <tools/string.hxx> #include <tools/fldunit.hxx> #include <svl/lstner.hxx> diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx index 9f3632cbd98a..89c3c251055e 100644 --- a/sw/source/core/access/accdoc.cxx +++ b/sw/source/core/access/accdoc.cxx @@ -35,7 +35,6 @@ #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <unotools/accessiblestatesethelper.hxx> -#include <tools/link.hxx> #include <sfx2/viewsh.hxx> #include <osl/mutex.hxx> #include <vcl/svapp.hxx> diff --git a/sw/source/core/graphic/ndgrf.cxx b/sw/source/core/graphic/ndgrf.cxx index 52ffd0797c73..151d79528810 100755 --- a/sw/source/core/graphic/ndgrf.cxx +++ b/sw/source/core/graphic/ndgrf.cxx @@ -56,7 +56,6 @@ #include <unotools/ucbstreamhelper.hxx> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> -#include <tools/link.hxx> #include <vcl/svapp.hxx> #include <com/sun/star/io/XSeekable.hpp> // #i73788# diff --git a/sw/source/core/unocore/unochart.cxx b/sw/source/core/unocore/unochart.cxx index 0960456b2f7d..048faf85bbef 100644 --- a/sw/source/core/unocore/unochart.cxx +++ b/sw/source/core/unocore/unochart.cxx @@ -38,8 +38,6 @@ #include <svl/zforlist.hxx> // SvNumberFormatter #include <svtools/chartprettypainter.hxx> -#include <tools/link.hxx> - #include <XMLRangeHelper.hxx> #include <unochart.hxx> #include <swtable.hxx> diff --git a/sw/source/ui/uno/swdetect.hxx b/sw/source/ui/uno/swdetect.hxx index 1c729391245a..0ece0dcaa1fc 100644 --- a/sw/source/ui/uno/swdetect.hxx +++ b/sw/source/ui/uno/swdetect.hxx @@ -28,6 +28,7 @@ #ifndef _SW_TYPEDETECT_HXX #define _SW_TYPEDETECT_HXX +#include <tools/solar.h> #include <rtl/ustring.hxx> #include <osl/diagnose.h> #include <com/sun/star/document/XExtendedFilterDetection.hpp> @@ -38,7 +39,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <cppuhelper/factory.hxx> -#include <tools/link.hxx> class SfxMedium; |