diff options
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/fmsrccfg.cxx | 17 |
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 |