summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageEntry.cxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-10-02 21:12:05 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-10-02 21:12:05 +0000
commit2077a16bbe6a3882d28ebaa64acd6fcae7fb4a0f (patch)
treea6164c94c4429aa08176909b81eee229db7b17ca /package/source/zippackage/ZipPackageEntry.cxx
parent844a0c1c09483367e1c9aebba667d007d06ad5aa (diff)
#92664# Don't check the implementation Id of ZipPackageEntry any more
Diffstat (limited to 'package/source/zippackage/ZipPackageEntry.cxx')
-rw-r--r--package/source/zippackage/ZipPackageEntry.cxx20
1 files changed, 2 insertions, 18 deletions
diff --git a/package/source/zippackage/ZipPackageEntry.cxx b/package/source/zippackage/ZipPackageEntry.cxx
index a493a14bea12..d8ca3cede215 100644
--- a/package/source/zippackage/ZipPackageEntry.cxx
+++ b/package/source/zippackage/ZipPackageEntry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageEntry.cxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: mtg $ $Date: 2001-09-14 15:10:38 $
+ * last change: $Author: mtg $ $Date: 2001-10-02 22:12:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -172,19 +172,3 @@ void SAL_CALL ZipPackageEntry::removeVetoableChangeListener( const OUString& Pro
throw(beans::UnknownPropertyException, WrappedTargetException, RuntimeException)
{
}
-Sequence< sal_Int8 > ZipPackageEntry::getUnoTunnelImplementationId( void )
- throw (RuntimeException)
-{
- static ::cppu::OImplementationId * pId = 0;
- if (! pId)
- {
- ::osl::MutexGuard aGuard( ::osl::Mutex::getGlobalMutex() );
- if (! pId)
- {
- static ::cppu::OImplementationId aId;
- pId = &aId;
- }
- }
- return pId->getImplementationId();
-}
-