summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 20:08:42 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 20:08:42 +0000
commite2a1531524fdacc135e36c68deac14ff47fca614 (patch)
tree8f2de6ea72dd26b75b51afa15bb3d45c2ee5e4ae /package
parent33ca81f4af34ffdfcd0d5d9196a38d0a91dfc25f (diff)
INTEGRATION: CWS mav09 (1.4.86); FILE MERGED
2004/09/17 00:04:48 mav 1.4.86.2: RESYNC: (1.4-1.5); FILE MERGED 2004/08/06 09:56:51 mav 1.4.86.1: #i29833# reimplement folders and streams life dependencies
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ContentInfo.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/source/zippackage/ContentInfo.hxx b/package/source/zippackage/ContentInfo.hxx
index 00a3d3d6f798..68426df5743a 100644
--- a/package/source/zippackage/ContentInfo.hxx
+++ b/package/source/zippackage/ContentInfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentInfo.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2004-09-08 17:10:52 $
+ * last change: $Author: kz $ $Date: 2004-10-04 21:08:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,6 +101,8 @@ public:
{
if ( bFolder )
pFolder->releaseUpwardRef();
+ else
+ pStream->clearParent();
}
};
} } } };