summaryrefslogtreecommitdiff
path: root/package/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:21:12 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:21:12 +0000
commit76004f658056ca83e5f17a80082755621dc72f94 (patch)
tree534be9b27d4cb5c68a744016da9ec3429e1f542b /package/source
parent03b8c5dc6fbf1608ed16d8af7d028340279b2f41 (diff)
INTEGRATION: CWS geordi2q14 (1.10.46); FILE MERGED
2004/01/29 17:44:53 hr 1.10.46.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'package/source')
-rw-r--r--package/source/zippackage/ZipPackageEntry.hxx21
1 files changed, 2 insertions, 19 deletions
diff --git a/package/source/zippackage/ZipPackageEntry.hxx b/package/source/zippackage/ZipPackageEntry.hxx
index 0abeb0c54300..3748b4bf5fe6 100644
--- a/package/source/zippackage/ZipPackageEntry.hxx
+++ b/package/source/zippackage/ZipPackageEntry.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageEntry.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2003-07-16 17:36:59 $
+ * last change: $Author: hr $ $Date: 2004-02-02 19:21:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,13 +88,6 @@
class ZipPackageFolder;
-#if defined( MACOSX ) && ( __GNUC__ < 3 )
-class ZipPackageEntry : public com::sun::star::container::XNamed,
- public com::sun::star::container::XChild,
- public com::sun::star::lang::XUnoTunnel,
- public com::sun::star::beans::XPropertySet,
- public com::sun::star::lang::XServiceInfo
-#else
class ZipPackageEntry : public cppu::WeakImplHelper5
<
com::sun::star::container::XNamed,
@@ -103,7 +96,6 @@ class ZipPackageEntry : public cppu::WeakImplHelper5
com::sun::star::beans::XPropertySet,
com::sun::star::lang::XServiceInfo
>
-#endif
{
protected:
bool mbIsFolder:1;
@@ -126,15 +118,6 @@ public:
{
xParent.clear();
}
-#if defined( MACOSX ) && ( __GNUC__ < 3 )
- // XInterface
- virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& rType )
- throw(::com::sun::star::uno::RuntimeException) = 0;
- virtual void SAL_CALL acquire( )
- throw() = 0;
- virtual void SAL_CALL release( )
- throw() = 0;
-#endif
// XNamed
virtual ::rtl::OUString SAL_CALL getName( )
throw(::com::sun::star::uno::RuntimeException);