diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 14:40:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-07-01 14:40:52 +0000 |
commit | 915e01cd3f67a0a5a15fd29246bbeab24c9331df (patch) | |
tree | fa5000bf713eebc09a71e0eceb4383073887f5d4 /svtools | |
parent | f7c413df317b7a05390ab7ebc791a3d89ef73a38 (diff) |
INTEGRATION: CWS ubuntusoclient (1.12.86); FILE MERGED
2008/06/20 14:43:27 vg 1.12.86.1: #158126# fixes for WEA
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/searchopt.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svtools/source/config/searchopt.cxx b/svtools/source/config/searchopt.cxx index 55c1ee591817..5fad9d060976 100644 --- a/svtools/source/config/searchopt.cxx +++ b/svtools/source/config/searchopt.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: searchopt.cxx,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -209,8 +209,9 @@ BOOL SvtSearchOptions_Impl::Load() // use index in sequence as flag index SetFlag( i, bVal ); } - else + else { DBG_ERROR( "unexpected index" ); + } } else { |