diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-06-12 21:19:50 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-06-12 21:19:50 +0000 |
commit | b42d78ff3869ef2d31825d86943b032578775e5f (patch) | |
tree | ae133284ea856bc6950954712410f5d7fca34119 /editors/openoffice-1.1/files/patch-package+inc+ZipPackageFolder.hxx | |
parent | Enable the exported symbols map files again. A missing map file has been added (diff) |
Fix gcc 2.95.3 crash resulting from a symbol conflict
between libpackage2.so and libsvx641fi.so.
Enable gcc 2.95.3 build again. OO should build and work now
in STABLE with the system gcc.
Obtained from: Alexander Kabaev <ak03@gte.com>
Diffstat (limited to 'editors/openoffice-1.1/files/patch-package+inc+ZipPackageFolder.hxx')
-rw-r--r-- | editors/openoffice-1.1/files/patch-package+inc+ZipPackageFolder.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-package+inc+ZipPackageFolder.hxx b/editors/openoffice-1.1/files/patch-package+inc+ZipPackageFolder.hxx new file mode 100644 index 000000000000..014c61403380 --- /dev/null +++ b/editors/openoffice-1.1/files/patch-package+inc+ZipPackageFolder.hxx @@ -0,0 +1,11 @@ +--- ../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() |