summaryrefslogtreecommitdiff
path: root/package/source/zippackage/ZipPackageEntry.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2000-12-04 15:18:49 +0000
committerOliver Bolte <obo@openoffice.org>2000-12-04 15:18:49 +0000
commitab0cb71af7b7302bfa6908550f8335e3dbbab358 (patch)
treeaa656fd1baf148c09df7adbebe08164d3646c340 /package/source/zippackage/ZipPackageEntry.cxx
parentf6b5d036d18fdcbf21d3bf1eca817b7921ed5760 (diff)
#65293# Parse error linux compiler throw()
Diffstat (limited to 'package/source/zippackage/ZipPackageEntry.cxx')
-rw-r--r--package/source/zippackage/ZipPackageEntry.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/source/zippackage/ZipPackageEntry.cxx b/package/source/zippackage/ZipPackageEntry.cxx
index 722d74c53b32..9cdcd3dd4474 100644
--- a/package/source/zippackage/ZipPackageEntry.cxx
+++ b/package/source/zippackage/ZipPackageEntry.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackageEntry.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mtg $ $Date: 2000-11-29 14:09:05 $
+ * last change: $Author: obo $ $Date: 2000-12-04 16:16:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,7 +125,7 @@ void SAL_CALL ZipPackageEntry::setParent( const uno::Reference< uno::XInterface
uno::Reference < container::XNameContainer > xNewParent (Parent, uno::UNO_QUERY);
if ( !xNewParent.is())
- throw (lang::NoSupportException());
+ throw lang::NoSupportException();
if ( xOldParent.is() && xOldParent->hasByName(getName()))
xOldParent->removeByName(getName());