summaryrefslogtreecommitdiff
path: root/oox/inc/services.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc/services.hxx')
-rw-r--r--oox/inc/services.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/oox/inc/services.hxx b/oox/inc/services.hxx
index 619f95550098..ae57c562839e 100644
--- a/oox/inc/services.hxx
+++ b/oox/inc/services.hxx
@@ -28,49 +28,49 @@ namespace oox {
extern css::uno::Sequence< OUString > SAL_CALL FastTokenHandler_getSupportedServiceNames();
/// @throws css::uno::Exception
extern css::uno::Reference< css::uno::XInterface > SAL_CALL FastTokenHandler_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::uno::Exception);
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext );
}
namespace core {
extern OUString SAL_CALL FilterDetect_getImplementationName();
extern css::uno::Sequence< OUString > SAL_CALL FilterDetect_getSupportedServiceNames();
/// @throws css::uno::Exception
extern css::uno::Reference< css::uno::XInterface > SAL_CALL FilterDetect_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::uno::Exception);
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext );
}
namespace docprop {
extern OUString SAL_CALL DocumentPropertiesImport_getImplementationName();
extern css::uno::Sequence< OUString > SAL_CALL DocumentPropertiesImport_getSupportedServiceNames();
/// @throws css::uno::Exception
extern css::uno::Reference< css::uno::XInterface > SAL_CALL DocumentPropertiesImport_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::uno::Exception);
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext );
}
namespace ppt {
extern OUString SAL_CALL PowerPointImport_getImplementationName();
extern css::uno::Sequence< OUString > SAL_CALL PowerPointImport_getSupportedServiceNames();
/// @throws css::uno::Exception
extern css::uno::Reference< css::uno::XInterface > SAL_CALL PowerPointImport_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::uno::Exception);
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext );
}
namespace ppt {
extern OUString SAL_CALL QuickDiagrammingImport_getImplementationName();
extern css::uno::Sequence< OUString > SAL_CALL QuickDiagrammingImport_getSupportedServiceNames();
/// @throws css::uno::Exception
extern css::uno::Reference< css::uno::XInterface > SAL_CALL QuickDiagrammingImport_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::uno::Exception);
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext );
}
namespace ppt {
extern OUString SAL_CALL QuickDiagrammingLayout_getImplementationName();
extern css::uno::Sequence< OUString > SAL_CALL QuickDiagrammingLayout_getSupportedServiceNames();
/// @throws css::uno::Exception
extern css::uno::Reference< css::uno::XInterface > SAL_CALL QuickDiagrammingLayout_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::uno::Exception);
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext );
}
namespace shape {
extern OUString SAL_CALL ShapeContextHandler_getImplementationName();
extern css::uno::Sequence< OUString > SAL_CALL ShapeContextHandler_getSupportedServiceNames();
/// @throws css::uno::Exception
extern css::uno::Reference< css::uno::XInterface > SAL_CALL ShapeContextHandler_createInstance(
- const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::uno::Exception);
+ const css::uno::Reference< css::uno::XComponentContext >& rxContext );
}
}