diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 12:48:54 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 12:48:54 +0000 |
commit | a9cbd6c2ad343cd91d92a6008afbe3cf7ef33ed1 (patch) | |
tree | 80b573d7fddcebe5120d54b78d1bdb624bcb4253 /sc/source/ui/unoobj/scdetect.cxx | |
parent | 136393415c91915a4fe8348b3bd3cdf4e7bae2e1 (diff) |
INTEGRATION: CWS dr34 (1.12.16); FILE MERGED
2005/03/11 16:14:56 er 1.12.16.1: #i44499# don't read beyond bounds of filter pattern
Diffstat (limited to 'sc/source/ui/unoobj/scdetect.cxx')
-rw-r--r-- | sc/source/ui/unoobj/scdetect.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx index 411b1a7dbf91..b20b4b6f43b9 100644 --- a/sc/source/ui/unoobj/scdetect.cxx +++ b/sc/source/ui/unoobj/scdetect.cxx @@ -2,9 +2,9 @@ * * $RCSfile: scdetect.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: vg $ $Date: 2005-03-23 13:11:40 $ + * last change: $Author: rt $ $Date: 2005-03-29 13:48:54 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -729,6 +729,8 @@ static BOOL lcl_IsAnyXMLFilter( const SfxFilter* pFilter ) { // gefundenen Filter einstellen pFilter = aMatcher.GetFilter4FilterName( String::CreateFromAscii(pFilterName[ nFilter ]) ); } + bSync = FALSE; // leave inner loop + nFilter = nFilterCount; // leave outer loop } else { // Tabellenfehler |