diff options
author | J. Graeme Lingard <jgraeme+git@gmail.com> | 2010-10-07 23:56:42 +0100 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-07 20:49:14 -0400 |
commit | 5ba8a3f904a9d96107ad97b33d4764296bd18690 (patch) | |
tree | 6fc1f8d66487ca06bc25e4f8628c77bf00aab282 /unotools | |
parent | a80c69688f4c1d2f42861747b9628d1dc03870ee (diff) |
Remove redundant #include directives & comments
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/i18n/textsearch.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unotools/source/i18n/textsearch.cxx b/unotools/source/i18n/textsearch.cxx index 6a3dcd2b7d28..114a920277fb 100644 --- a/unotools/source/i18n/textsearch.cxx +++ b/unotools/source/i18n/textsearch.cxx @@ -29,9 +29,6 @@ #include "precompiled_unotools.hxx" #include <i18npool/mslangid.hxx> #include <tools/debug.hxx> -#ifndef _INTN_HXX //autogen -//#include <tools/intn.hxx> -#endif #include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/util/SearchFlags.hdl> #include <com/sun/star/i18n/TransliterationModules.hpp> |