summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-04-04 07:16:42 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-04-04 07:16:42 +0000
commit168ce28d9e244821bc28bf6368d3843f8cbf4a0b (patch)
tree629a268624bced588f4ee8d44cf419e3f76ff677 /sw/source/core/unocore
parentea2d83c780ce4fd4e1e75aadf225bc2b9476fcbf (diff)
INTEGRATION: CWS tl07 (1.11.200); FILE MERGED
2005/01/04 12:35:50 tl 1.11.200.1: #i39404# SwSearchProperties_Impl::GetProperties fixed
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unosrch.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unosrch.cxx b/sw/source/core/unocore/unosrch.cxx
index ca69f609cfdc..f540a26b2dda 100644
--- a/sw/source/core/unocore/unosrch.cxx
+++ b/sw/source/core/unocore/unosrch.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unosrch.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 08:45:15 $
+ * last change: $Author: rt $ $Date: 2005-04-04 08:16:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -207,9 +207,8 @@ const Sequence< PropertyValue > SwSearchProperties_Impl::GetProperties() const
{
if(pValueArr[i])
{
- pProps[nPropCount] = *(pValueArr[i]);
+ pProps[nPropCount++] = *(pValueArr[i]);
}
- nPropCount++;
}
return aRet;
}