summaryrefslogtreecommitdiff
path: root/include/framework/menuconfiguration.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/framework/menuconfiguration.hxx')
-rw-r--r--include/framework/menuconfiguration.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx
index 94de3ec59397..15cb3c768fe0 100644
--- a/include/framework/menuconfiguration.hxx
+++ b/include/framework/menuconfiguration.hxx
@@ -106,16 +106,14 @@ public:
/// @throws css::lang::WrappedTargetException
/// @throws css::uno::RuntimeException
css::uno::Reference< css::container::XIndexAccess > CreateMenuBarConfigurationFromXML(
- css::uno::Reference< css::io::XInputStream >& rInputStream )
- throw (css::lang::WrappedTargetException, css::uno::RuntimeException);
+ css::uno::Reference< css::io::XInputStream >& rInputStream );
/// @throws css::lang::WrappedTargetException
/// @throws css::uno::RuntimeException
void StoreMenuBarConfigurationToXML(
css::uno::Reference< css::container::XIndexAccess >& rMenuBarConfiguration,
css::uno::Reference< css::io::XOutputStream >& rOutputStream,
- bool bIsMenuBar )
- throw (css::lang::WrappedTargetException, css::uno::RuntimeException);
+ bool bIsMenuBar );
private:
css::uno::Reference< css::uno::XComponentContext> m_xContext;