diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2011-12-06 15:25:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-12-06 17:16:57 +0100 |
commit | 4c2dcaf1307ca4711c9b622796914e87eb64145b (patch) | |
tree | c1e940254711e6f5c4b48b24a60712a2542c4d91 /lingucomponent | |
parent | 8d9216f289deb14d140a13dbf570b99819d4f8bc (diff) |
Removed unnessecary tools/table.hxx includes
Diffstat (limited to 'lingucomponent')
4 files changed, 0 insertions, 5 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx index fb2ba59c3d9e..933155b3ac02 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx @@ -42,7 +42,6 @@ #include <com/sun/star/linguistic2/XHyphenator.hpp> #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp> -#include <tools/table.hxx> #include <unotools/charclass.hxx> diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx index f877685fa013..1f88342c7ea7 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx @@ -48,7 +48,6 @@ #include <com/sun/star/linguistic2/XSpellChecker.hpp> #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp> -#include <tools/table.hxx> #include <linguistic/misc.hxx> #include <linguistic/lngprophelp.hxx> diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx index c561b229d640..d862dbdf2b20 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx @@ -41,7 +41,6 @@ #include <com/sun/star/linguistic2/XSpellChecker.hpp> #include <com/sun/star/linguistic2/XSearchableDictionaryList.hpp> #include <com/sun/star/linguistic2/XLinguServiceEventBroadcaster.hpp> -#include <tools/table.hxx> #include <linguistic/misc.hxx> #include <linguistic/lngprophelp.hxx> diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx index 7baa32d1befa..58957f969e0d 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx @@ -47,8 +47,6 @@ #include <com/sun/star/linguistic2/XLinguServiceManager.hpp> #include <com/sun/star/linguistic2/XSpellChecker1.hpp> -#include <tools/table.hxx> - #include <unotools/charclass.hxx> #include <lingutil.hxx> |