summaryrefslogtreecommitdiff
path: root/package/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-09-11 09:17:42 +0000
committerKurt Zenker <kz@openoffice.org>2003-09-11 09:17:42 +0000
commit0f5d2fe5252650adb71e0d07865cdaa424257504 (patch)
treeff3fe39d36f9bfcd7681a82460fac77b334f1502 /package/source
parente5b1e9007dd7775edea4b947ea23baee464fd68f (diff)
INTEGRATION: CWS mav05 (1.23.56); FILE MERGED
2003/07/18 14:20:53 mav 1.23.56.1: #i15929# support encryption in storages
Diffstat (limited to 'package/source')
-rw-r--r--package/source/zippackage/ZipPackageEntry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zippackage/ZipPackageEntry.cxx b/package/source/zippackage/ZipPackageEntry.cxx
index cb9c6f8c0623..1c51cdbd4a0d 100644
--- a/package/source/zippackage/ZipPackageEntry.cxx
+++ b/package/source/zippackage/ZipPackageEntry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageEntry.cxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: mtg $ $Date: 2001-11-15 20:36:27 $
+ * last change: $Author: kz $ $Date: 2003-09-11 10:17:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,7 @@ void SAL_CALL ZipPackageEntry::setName( const OUString& aName )
Reference< XInterface > SAL_CALL ZipPackageEntry::getParent( )
throw(RuntimeException)
{
- return xParent;
+ return Reference< XInterface >( xParent, UNO_QUERY );
}
void ZipPackageEntry::doSetParent ( ZipPackageFolder * pNewParent, sal_Bool bInsert )