diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:12:59 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 09:12:59 +0000 |
commit | 6b0952b51c38ee11e458b1802be1bc4ea28b19c6 (patch) | |
tree | 1a0b7df63d8390aa28e412dc5600271ff56f46da /package/inc | |
parent | 50791204172cf6c621fe62e22edfa421ff675df6 (diff) |
INTEGRATION: CWS mh11rc (1.27.38); FILE MERGED
2003/06/06 10:56:04 mh 1.27.38.1: join: from beta2
Diffstat (limited to 'package/inc')
-rw-r--r-- | package/inc/ZipPackageFolder.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/inc/ZipPackageFolder.hxx b/package/inc/ZipPackageFolder.hxx index ec1cbb62860c..7c0dccaf8a3f 100644 --- a/package/inc/ZipPackageFolder.hxx +++ b/package/inc/ZipPackageFolder.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ZipPackageFolder.hxx,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: hr $ $Date: 2002-08-20 12:38:45 $ + * last change: $Author: vg $ $Date: 2003-06-12 10:12:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,7 +113,7 @@ public: void doInsertByName ( ZipPackageEntry *pEntry, sal_Bool bSetParent ) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::container::ElementExistException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); - ContentInfo & doGetByName( const ::rtl::OUString& aName ) + com::sun::star::packages::ContentInfo & doGetByName( const ::rtl::OUString& aName ) throw(::com::sun::star::container::NoSuchElementException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); static void copyZipEntry( ZipEntry &rDest, const ZipEntry &rSource); static ::com::sun::star::uno::Sequence < sal_Int8 > static_getImplementationId() |