summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:57:24 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 14:57:24 +0000
commit115569990e1490653cec1787e5192b98d3c27c4a (patch)
treed4c84be652d84b93567bdef5afe86c37bd757368 /svx
parent1584e983b1d106843bb683ced235ccac4bf889ff (diff)
INTEGRATION: CWS warnings01 (1.5.222); FILE MERGED
2006/02/15 13:28:10 fs 1.5.222.1: #i55991# warning-free code
Diffstat (limited to 'svx')
-rw-r--r--svx/source/form/fmsrccfg.cxx17
1 files changed, 9 insertions, 8 deletions
diff --git a/svx/source/form/fmsrccfg.cxx b/svx/source/form/fmsrccfg.cxx
index 02f273ecb038..6beba25466e4 100644
--- a/svx/source/form/fmsrccfg.cxx
+++ b/svx/source/form/fmsrccfg.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmsrccfg.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:56:44 $
+ * last change: $Author: hr $ $Date: 2006-06-19 15:57:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -64,19 +64,20 @@ namespace svxform
//--- 20.08.01 18:17:34 -----------------------------------------------
FmSearchParams::FmSearchParams()
- :bAllFields ( sal_False )
+ :nTransliterationFlags( 0 )
+ ,nSearchForType ( 0 )
,nPosition ( MATCHING_ANYWHERE )
+ ,nLevOther ( 2 )
+ ,nLevShorter ( 2 )
+ ,nLevLonger ( 2 )
+ ,bLevRelaxed ( sal_True )
+ ,bAllFields ( sal_False )
,bUseFormatter ( sal_True )
,bBackwards ( sal_False )
,bWildcard ( sal_False )
,bRegular ( sal_False )
,bApproxSearch ( sal_False )
- ,bLevRelaxed ( sal_True )
- ,nLevOther ( 2 )
- ,nLevShorter ( 2 )
- ,nLevLonger ( 2 )
,bSoundsLikeCJK ( sal_False )
- ,nTransliterationFlags( 0 )
{
nTransliterationFlags =
TransliterationModules_ignoreSpace_ja_JP