diff options
author | Oliver Specht <os@openoffice.org> | 2001-05-07 09:12:20 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-05-07 09:12:20 +0000 |
commit | d566357a2185844019081162839974fb7f14620e (patch) | |
tree | 494ff87155a636f1498264f8b1cabf2ccc1578b4 /svx/inc/srchcfg.hxx | |
parent | 094aee16ead16233949eda422351ad139319e98b (diff) |
n*CaseMatch: Int16 -> Int32
Diffstat (limited to 'svx/inc/srchcfg.hxx')
-rw-r--r-- | svx/inc/srchcfg.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/inc/srchcfg.hxx b/svx/inc/srchcfg.hxx index 0cf8bbc8c533..1e6c101e0f31 100644 --- a/svx/inc/srchcfg.hxx +++ b/svx/inc/srchcfg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: srchcfg.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: os $ $Date: 2001-03-20 10:27:54 $ + * last change: $Author: os $ $Date: 2001-05-07 10:12:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,17 +77,17 @@ struct SvxSearchEngineData rtl::OUString sAndPrefix; rtl::OUString sAndSuffix; rtl::OUString sAndSeparator; - sal_Int16 nAndCaseMatch; + sal_Int32 nAndCaseMatch; rtl::OUString sOrPrefix; rtl::OUString sOrSuffix; rtl::OUString sOrSeparator; - sal_Int16 nOrCaseMatch; + sal_Int32 nOrCaseMatch; rtl::OUString sExactPrefix; rtl::OUString sExactSuffix; rtl::OUString sExactSeparator; - sal_Int16 nExactCaseMatch; + sal_Int32 nExactCaseMatch; SvxSearchEngineData() : nAndCaseMatch(0), |