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 /sc | |
parent | 259e51677bde56dbfc45e41b28ae3bdfd08a0e82 (diff) |
Removed unnecessary tools/link.hxx includes.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/cellsuno.hxx | 1 | ||||
-rw-r--r-- | sc/inc/chgtrack.hxx | 1 | ||||
-rw-r--r-- | sc/source/core/inc/poolhelp.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/unoobj/scdetect.hxx | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 24dcb850881d..b2e6097bdcd6 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -33,6 +33,7 @@ #include "rangelst.hxx" // ScRangeList #include "formula/grammar.hxx" +#include <tools/link.hxx> #include <svl/lstner.hxx> #include <svl/listener.hxx> #include <svl/itemprop.hxx> diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx index 9dd27cac72a5..e33ed5061ba0 100644 --- a/sc/inc/chgtrack.hxx +++ b/sc/inc/chgtrack.hxx @@ -36,7 +36,6 @@ #include <tools/string.hxx> #include <tools/datetime.hxx> #include <tools/mempool.hxx> -#include <tools/link.hxx> #include <unotools/options.hxx> #include "global.hxx" #include "bigrange.hxx" diff --git a/sc/source/core/inc/poolhelp.hxx b/sc/source/core/inc/poolhelp.hxx index 2b3946f8ddcf..5ddc179c5fc4 100644 --- a/sc/source/core/inc/poolhelp.hxx +++ b/sc/source/core/inc/poolhelp.hxx @@ -31,7 +31,6 @@ #include <rtl/ref.hxx> #include <salhelper/simplereferenceobject.hxx> -#include <tools/link.hxx> #include "docoptio.hxx" class ScDocument; diff --git a/sc/source/ui/unoobj/scdetect.hxx b/sc/source/ui/unoobj/scdetect.hxx index 85f214c845f1..0ad2d2cd8e8e 100644 --- a/sc/source/ui/unoobj/scdetect.hxx +++ b/sc/source/ui/unoobj/scdetect.hxx @@ -38,7 +38,6 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <cppuhelper/factory.hxx> -#include <tools/link.hxx> class SfxObjectFactory; class SfxFilterMatcher; |