summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-06-24 13:02:56 +0000
committerRüdiger Timm <rt@openoffice.org>2005-06-24 13:02:56 +0000
commitbfcda3378588d9ac57256e9b8a9e926da9b8d33c (patch)
treebffb5e1dce2ad74b668271528710c892b8ae7494 /sc/source
parent689b42b58bbc09470d200bc13db349fd5425920e (diff)
INTEGRATION: CWS lostnotes (1.193.44); FILE MERGED
2005/05/31 17:19:04 sab 1.193.44.1: #i49958#; find all notes in the unsorted collection
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 183bf3e306b5..7620fc860e86 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlexprt.cxx,v $
*
- * $Revision: 1.193 $
+ * $Revision: 1.194 $
*
- * last change: $Author: rt $ $Date: 2005-03-30 10:42:29 $
+ * last change: $Author: rt $ $Date: 2005-06-24 14:02:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -899,7 +899,7 @@ void ScXMLExport::CollectShapesAutoStyles(const sal_Int32 nTableCount)
}
if (pNoteShapes)
{
- while (aNoteShapeItr != aNoteShapeEndItr && (static_cast<sal_Int32>(aNoteShapeItr->aPos.Tab()) <= nTable))
+ while (aNoteShapeItr != aNoteShapeEndItr)
{
if (static_cast<sal_Int32>(aNoteShapeItr->aPos.Tab()) == nTable)
GetShapeExport()->collectShapeAutoStyles(aNoteShapeItr->xShape);