summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unosrch.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:45:15 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-08-23 07:45:15 +0000
commit98c00494149d2e5c1891ac8e513db86d89fc4455 (patch)
tree06cc4ee227714c894bb2d68aaf047eba752d1f73 /sw/source/core/unocore/unosrch.cxx
parentbfba3d53ae691b8b7cd284238f9a1f30114465cc (diff)
INTEGRATION: CWS tune03 (1.10.268); FILE MERGED
2004/07/19 19:10:56 mhu 1.10.268.1: #i29979# Added SW_DLLPUBLIC/PRIVATE (see swdllapi.h) to exported symbols/classes.
Diffstat (limited to 'sw/source/core/unocore/unosrch.cxx')
-rw-r--r--sw/source/core/unocore/unosrch.cxx17
1 files changed, 11 insertions, 6 deletions
diff --git a/sw/source/core/unocore/unosrch.cxx b/sw/source/core/unocore/unosrch.cxx
index dbd1a5b070f6..ca69f609cfdc 100644
--- a/sw/source/core/unocore/unosrch.cxx
+++ b/sw/source/core/unocore/unosrch.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unosrch.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 17:24:47 $
+ * last change: $Author: rt $ $Date: 2004-08-23 08:45:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,28 +59,33 @@
*
************************************************************************/
+#include "unosrch.hxx"
+
#pragma hdrstop
+
#ifndef _DOC_HXX //autogen
#include <doc.hxx>
#endif
#ifndef _HINTS_HXX //autogen
#include <hints.hxx>
#endif
-#ifndef _UNOSRCH_HXX
-#include <unosrch.hxx>
-#endif
#ifndef _UNOMAP_HXX
#include <unomap.hxx>
#endif
#ifndef _UNOOBJ_HXX
#include <unoobj.hxx>
#endif
+
#ifndef _VOS_MUTEX_HXX_ //autogen
#include <vos/mutex.hxx>
#endif
#ifndef _SV_SVAPP_HXX //autogen
#include <vcl/svapp.hxx>
#endif
+#ifndef _UNO_LINGU_HXX
+#include "svx/unolingu.hxx"
+#endif
+
#ifndef _COM_SUN_STAR_UTIL_SEARCHOPTIONS_HPP_
#include <com/sun/star/util/SearchOptions.hpp>
#endif
@@ -804,7 +809,7 @@ void SwXTextSearch::FillSearchOptions( SearchOptions& rSearchOpt ) const
else
rSearchOpt.algorithmType = SearchAlgorithms_ABSOLUTE;
- rSearchOpt.Locale = CreateLocale( GetAppLanguage() );
+ rSearchOpt.Locale = SvxCreateLocale( GetAppLanguage() );
rSearchOpt.searchString = sSearchText;
rSearchOpt.replaceString = sReplaceText;