diff options
author | Martin Gallwey <mtg@openoffice.org> | 2001-11-15 19:55:07 +0000 |
---|---|---|
committer | Martin Gallwey <mtg@openoffice.org> | 2001-11-15 19:55:07 +0000 |
commit | 1db81030d9c08fe1cb47984f628951fb519b0a0c (patch) | |
tree | 3f0b86091c9a124087ce4721a0c9e7d8cc3bdeeb /package | |
parent | 9f5f9dac37e81cb3665ba2d88df6a2a643f60fe9 (diff) |
#94679# fix exception specification
Diffstat (limited to 'package')
-rw-r--r-- | package/source/manifest/ManifestReader.hxx | 7 | ||||
-rw-r--r-- | package/source/manifest/ManifestWriter.hxx | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/package/source/manifest/ManifestReader.hxx b/package/source/manifest/ManifestReader.hxx index 5069183b0fe8..534e83089626 100644 --- a/package/source/manifest/ManifestReader.hxx +++ b/package/source/manifest/ManifestReader.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ManifestReader.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mtg $ $Date: 2001-11-15 20:24:12 $ + * last change: $Author: mtg $ $Date: 2001-11-15 20:54:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,8 +103,7 @@ public: // Component constructor static ::rtl::OUString static_getImplementationName(); static ::com::sun::star::uno::Sequence < ::rtl::OUString > static_getSupportedServiceNames(); + sal_Bool SAL_CALL static_supportsService(rtl::OUString const & rServiceName); static ::com::sun::star::uno::Reference < com::sun::star::lang::XSingleServiceFactory > createServiceFactory( com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > const & rServiceFactory ); - virtual sal_Bool SAL_CALL static_supportsService(rtl::OUString const & rServiceName) - throw (com::sun::star::uno::RuntimeException); }; #endif diff --git a/package/source/manifest/ManifestWriter.hxx b/package/source/manifest/ManifestWriter.hxx index 2acef6ceb81d..21cfb116b5a0 100644 --- a/package/source/manifest/ManifestWriter.hxx +++ b/package/source/manifest/ManifestWriter.hxx @@ -2,9 +2,9 @@ * * $RCSfile: ManifestWriter.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mtg $ $Date: 2001-11-15 20:25:26 $ + * last change: $Author: mtg $ $Date: 2001-11-15 20:55:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,8 +104,7 @@ public: static ::rtl::OUString static_getImplementationName(); static ::com::sun::star::uno::Sequence < ::rtl::OUString > static_getSupportedServiceNames(); static ::com::sun::star::uno::Reference < com::sun::star::lang::XSingleServiceFactory > createServiceFactory( com::sun::star::uno::Reference < com::sun::star::lang::XMultiServiceFactory > const & rServiceFactory ); - virtual sal_Bool SAL_CALL static_supportsService(rtl::OUString const & rServiceName) - throw (com::sun::star::uno::RuntimeException); + sal_Bool SAL_CALL static_supportsService(rtl::OUString const & rServiceName); }; #endif |