summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-04-23 14:34:21 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-04-23 14:34:21 +0000
commit822705fec1cb39334acc56033caa28b7e51cfc41 (patch)
tree8d2836d3140034ca1a5d6886dda3f38ce82da0b2 /package
parent8eeb578635dc15526439047a07b17446ebeefcd6 (diff)
Make function conform to prior exception specification
Diffstat (limited to 'package')
-rw-r--r--package/source/zippackage/ZipPackage.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/source/zippackage/ZipPackage.cxx b/package/source/zippackage/ZipPackage.cxx
index ac7a920847cc..f1ec914f77a7 100644
--- a/package/source/zippackage/ZipPackage.cxx
+++ b/package/source/zippackage/ZipPackage.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ZipPackage.cxx,v $
*
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
- * last change: $Author: mtg $ $Date: 2001-04-19 14:16:31 $
+ * last change: $Author: mtg $ $Date: 2001-04-23 15:34:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -641,6 +641,7 @@ Sequence< OUString > ZipPackage::getSupportedServiceNames()
return aNames;
}
sal_Bool SAL_CALL ZipPackage::supportsService( OUString const & rServiceName )
+ throw (RuntimeException)
{
return rServiceName == getSupportedServiceNames()[0];
}