summaryrefslogtreecommitdiff
path: root/unotools/inc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:02:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 13:02:47 +0000
commit327ca97f37162c7e5ba0031b41b6e7bc20bf6db2 (patch)
treea816f69851dff38de5234ed73ba3df6fad0ad9b4 /unotools/inc
parent26d675d2c636e3eaec53700a3a6a7750889739f0 (diff)
INTEGRATION: CWS warnings01 (1.7.16); FILE MERGED
2006/05/26 13:44:33 sb 1.7.16.3: #i53898# Made code warning-free and/or compile at all after resync to SRC680m170. 2006/05/12 16:27:46 sb 1.7.16.2: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162 (and in some cases reverted previous, problematic changes). 2005/12/21 10:36:53 fs 1.7.16.1: #i55991# removed TextSearch ctor taking a ULONG-as-LanguageType parameter
Diffstat (limited to 'unotools/inc')
-rw-r--r--unotools/inc/unotools/textsearch.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/unotools/inc/unotools/textsearch.hxx b/unotools/inc/unotools/textsearch.hxx
index 7d3743a27773..5a0625863691 100644
--- a/unotools/inc/unotools/textsearch.hxx
+++ b/unotools/inc/unotools/textsearch.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: textsearch.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:38:49 $
+ * last change: $Author: hr $ $Date: 2006-06-19 14:02:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,9 @@
#ifndef _UNOTOOLS_TEXTSEARCH_HXX
#define _UNOTOOLS_TEXTSEARCH_HXX
+#ifndef INCLUDED_I18NPOOL_LANG_H
+#include <i18npool/lang.h>
+#endif
#ifndef _STRING_HXX //autogen
#include <tools/string.hxx>
#endif
@@ -154,7 +157,7 @@ class UNOTOOLS_DLLPUBLIC TextSearch
public:
// rText ist der zusuchende String
// this first two CTORs are deprecated!
- TextSearch( const SearchParam & rPara, ULONG nLanguage );
+ TextSearch( const SearchParam & rPara, LanguageType nLanguage );
TextSearch( const SearchParam & rPara, const CharClass& rCClass );
TextSearch( const ::com::sun::star::util::SearchOptions& rPara );