summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1-devel/files/patch-package+inc+ZipPackageFolder.hxx
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
commit5191c1d5a85d6037d951f877eee67b94b669da7e (patch)
tree57007548daed9ef31884fdbe9398458989db24a3 /editors/openoffice-1.1-devel/files/patch-package+inc+ZipPackageFolder.hxx
parentUpgrade to OO1.1 beta2. (diff)
Upgrade to OO1.1 beta2.
Diffstat (limited to 'editors/openoffice-1.1-devel/files/patch-package+inc+ZipPackageFolder.hxx')
-rw-r--r--editors/openoffice-1.1-devel/files/patch-package+inc+ZipPackageFolder.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-1.1-devel/files/patch-package+inc+ZipPackageFolder.hxx b/editors/openoffice-1.1-devel/files/patch-package+inc+ZipPackageFolder.hxx
deleted file mode 100644
index 014c61403380..000000000000
--- a/editors/openoffice-1.1-devel/files/patch-package+inc+ZipPackageFolder.hxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../package/inc/ZipPackageFolder.hxx.orig Thu Nov 15 21:01:49 2001
-+++ ../package/inc/ZipPackageFolder.hxx Wed Jun 12 23:10:42 2002
-@@ -106,7 +106,7 @@
-
- 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 )
-+ ZipContentInfo & 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()