summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-03-13 13:32:17 +0000
committerOliver Specht <os@openoffice.org>2001-03-13 13:32:17 +0000
commit6d37fdb14861231b2b995a3754e77158f44d2232 (patch)
tree5f5c9166c04e9f7e12c7ce4235b3359cabd45755
parent69d5cb23c142c41962f879669460d4a1d4eaeec2 (diff)
::getProperties corrected
-rw-r--r--unotools/source/property/propertysetinfo.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/unotools/source/property/propertysetinfo.cxx b/unotools/source/property/propertysetinfo.cxx
index 3300907888a4..822add73c741 100644
--- a/unotools/source/property/propertysetinfo.cxx
+++ b/unotools/source/property/propertysetinfo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: propertysetinfo.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: cl $ $Date: 2001-03-04 21:47:46 $
+ * last change: $Author: os $ $Date: 2001-03-13 14:32:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -160,7 +160,7 @@ Sequence< Property > PropertyMapImpl::getProperties() throw()
pProperties->Handle = pEntry->mnWhich;
pProperties->Type = *pEntry->mpType;
pProperties->Attributes = pEntry->mnFlags;
-
+ pProperties++;
aIter++;
}
}