From a7724966ab4fc8cd680a20e4f2a65f276e001a39 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 22 Oct 2013 15:58:57 +0300 Subject: Bin comments that claim to say why some header is included They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c --- lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx | 2 +- lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 2 +- lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx | 6 +++--- lingucomponent/source/spellcheck/macosxspell/macreg.mm | 2 +- lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx | 6 +++--- lingucomponent/source/spellcheck/macosxspell/macspellimp.mm | 2 +- lingucomponent/source/spellcheck/spell/sreg.cxx | 2 +- lingucomponent/source/spellcheck/spell/sspellimp.cxx | 2 +- lingucomponent/source/spellcheck/spell/sspellimp.hxx | 6 +++--- lingucomponent/source/thesaurus/libnth/nthesdta.hxx | 4 ++-- lingucomponent/source/thesaurus/libnth/nthesimp.cxx | 2 +- lingucomponent/source/thesaurus/libnth/nthesimp.hxx | 6 +++--- lingucomponent/source/thesaurus/libnth/ntreg.cxx | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) (limited to 'lingucomponent') diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx index a70f754c2253..e69deab1c5de 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hreg.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include // helper for factories +#include #include #include diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index df80e39586f0..686704ebfd1e 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -20,7 +20,7 @@ #include #include -#include // helper for factories +#include #include #include #include diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx index 3de41f0b79c2..69be97943dc7 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.hxx @@ -21,9 +21,9 @@ #ifndef _LINGU2_HYPHENIMP_HXX_ #define _LINGU2_HYPHENIMP_HXX_ -#include // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type -#include // helper for implementations -#include // helper for implementations +#include +#include +#include #include #include #include diff --git a/lingucomponent/source/spellcheck/macosxspell/macreg.mm b/lingucomponent/source/spellcheck/macosxspell/macreg.mm index 1b744266e8d9..ce360a525e00 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macreg.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macreg.mm @@ -19,7 +19,7 @@ -#include // helper for factories +#include #include #include diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx index 92502ad043ae..06db94287907 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.hxx @@ -20,9 +20,9 @@ #ifndef _MACSPELLIMP_H_ #define _MACSPELLIMP_H_ -#include // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type -#include // helper for implementations -#include // helper for implementations +#include +#include +#include #ifdef MACOSX #include diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm index 330b832ab2b9..c862fcc8c844 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.mm @@ -21,7 +21,7 @@ #include #include -#include // helper for factories +#include #include #include #include diff --git a/lingucomponent/source/spellcheck/spell/sreg.cxx b/lingucomponent/source/spellcheck/spell/sreg.cxx index 3e90d7daf993..8d73e419e4cb 100644 --- a/lingucomponent/source/spellcheck/spell/sreg.cxx +++ b/lingucomponent/source/spellcheck/spell/sreg.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include // helper for factories +#include #include #include diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index d68fd25fae31..c0e84100f735 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -22,7 +22,7 @@ #include #include -#include // helper for factories +#include #include #include #include diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.hxx b/lingucomponent/source/spellcheck/spell/sspellimp.hxx index c04cc01587e9..9c9398ef39d9 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.hxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.hxx @@ -20,9 +20,9 @@ #ifndef _LINGU2_SPELLIMP_HXX_ #define _LINGU2_SPELLIMP_HXX_ -#include // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type -#include // helper for implementations -#include // helper for implementations +#include +#include +#include #include #include #include diff --git a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx index 6956be3eacb9..fb9d6fbed79b 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesdta.hxx +++ b/lingucomponent/source/thesaurus/libnth/nthesdta.hxx @@ -25,8 +25,8 @@ #include -#include // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type -#include // helper for implementations +#include +#include namespace linguistic diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx index 4bf271d02cd3..132f03d23366 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.cxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.cxx @@ -19,7 +19,7 @@ #include -#include // helper for factories +#include #include #include #include diff --git a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx index c12ea6993e2d..d362a90a6499 100644 --- a/lingucomponent/source/thesaurus/libnth/nthesimp.hxx +++ b/lingucomponent/source/thesaurus/libnth/nthesimp.hxx @@ -20,9 +20,9 @@ #ifndef _LINGU2_THESIMP_HXX_ #define _LINGU2_THESIMP_HXX_ -#include // CPPU_CURRENT_LANGUAGE_BINDING_NAME macro, which specify the environment type -#include // helper for implementations -#include // helper for implementations +#include +#include +#include #include #include #include diff --git a/lingucomponent/source/thesaurus/libnth/ntreg.cxx b/lingucomponent/source/thesaurus/libnth/ntreg.cxx index 3fc7d243400a..56213005096c 100644 --- a/lingucomponent/source/thesaurus/libnth/ntreg.cxx +++ b/lingucomponent/source/thesaurus/libnth/ntreg.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include // helper for factories +#include #include #include -- cgit