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 | 80c1519d04df858b9dc4111d1b4b4551d6fa5365 (patch) | |
tree | 8d678ebd51e6f0dec4dea9850ce51b678efd9bbb /package/source/manifest/ManifestWriter.hxx | |
parent | e2f597ca9ab3657658dd4502785f027f9d23d9b6 (diff) |
#94679# fix exception specification
Diffstat (limited to 'package/source/manifest/ManifestWriter.hxx')
-rw-r--r-- | package/source/manifest/ManifestWriter.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/source/manifest/ManifestWriter.hxx b/package/source/manifest/ManifestWriter.hxx index 20462d463..1de69b651 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 |