From 403bb5464a5b30c3853b1554265d0c8741c72690 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Mon, 21 Oct 2002 09:02:08 +0000 Subject: All patches will be a repocopy from ports/openoffice/files. Remove old patches with "::" delimiters. --- ...ch-package::source::zippackage::ContentInfo.hxx | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 editors/openoffice.org-2/files/patch-package::source::zippackage::ContentInfo.hxx (limited to 'editors/openoffice.org-2/files/patch-package::source::zippackage::ContentInfo.hxx') diff --git a/editors/openoffice.org-2/files/patch-package::source::zippackage::ContentInfo.hxx b/editors/openoffice.org-2/files/patch-package::source::zippackage::ContentInfo.hxx deleted file mode 100644 index c4bf35e79f64..000000000000 --- a/editors/openoffice.org-2/files/patch-package::source::zippackage::ContentInfo.hxx +++ /dev/null @@ -1,34 +0,0 @@ ---- ../package/source/zippackage/ContentInfo.hxx.orig Tue Oct 30 14:54:47 2001 -+++ ../package/source/zippackage/ContentInfo.hxx Wed Jun 12 23:10:42 2002 -@@ -75,7 +75,7 @@ - #endif - #include - --class ContentInfo : public cppu::OWeakObject -+class ZipContentInfo : public cppu::OWeakObject - { - public: - com::sun::star::uno::Reference < com::sun::star::lang::XUnoTunnel > xTunnel; -@@ -85,19 +85,19 @@ - ZipPackageFolder *pFolder; - ZipPackageStream *pStream; - }; -- ContentInfo ( ZipPackageStream * pNewStream ) -+ ZipContentInfo ( ZipPackageStream * pNewStream ) - : bFolder ( false ) - , pStream ( pNewStream ) - , xTunnel ( pNewStream ) - { - } -- ContentInfo ( ZipPackageFolder * pNewFolder ) -+ ZipContentInfo ( ZipPackageFolder * pNewFolder ) - : bFolder ( true ) - , pFolder ( pNewFolder ) - , xTunnel ( pNewFolder ) - { - } -- virtual ~ContentInfo () -+ virtual ~ZipContentInfo () - { - if ( bFolder ) - pFolder->releaseUpwardRef(); -- cgit v1.2.3