summaryrefslogtreecommitdiff
path: root/filter/source/placeware/filter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/placeware/filter.hxx')
-rw-r--r--filter/source/placeware/filter.hxx9
1 files changed, 3 insertions, 6 deletions
diff --git a/filter/source/placeware/filter.hxx b/filter/source/placeware/filter.hxx
index 8772142eb555..fc807cc17205 100644
--- a/filter/source/placeware/filter.hxx
+++ b/filter/source/placeware/filter.hxx
@@ -37,19 +37,16 @@ namespace com { namespace sun { namespace star {
namespace pwp {
/// @throws css::uno::RuntimeException
-OUString PlaceWareExportFilter_getImplementationName()
- throw (css::uno::RuntimeException);
+OUString PlaceWareExportFilter_getImplementationName();
/// @throws css::uno::RuntimeException
css::uno::Sequence<OUString> SAL_CALL
-PlaceWareExportFilter_getSupportedServiceNames()
- throw (css::uno::RuntimeException);
+PlaceWareExportFilter_getSupportedServiceNames();
/// @throws css::uno::Exception
css::uno::Reference<css::uno::XInterface> SAL_CALL
PlaceWareExportFilter_createInstance(
- css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr)
- throw (css::uno::Exception);
+ css::uno::Reference<css::lang::XMultiServiceFactory> const & rSMgr);
}