diff options
Diffstat (limited to 'framework/inc/services/layoutmanager.hxx')
-rw-r--r-- | framework/inc/services/layoutmanager.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx index 85cde4bdb26a..ca122c39923c 100644 --- a/framework/inc/services/layoutmanager.hxx +++ b/framework/inc/services/layoutmanager.hxx @@ -235,9 +235,11 @@ namespace framework void implts_backupProgressBarWrapper(); void implts_setOffset( const sal_Int32 nBottomOffset ); + /// @throws css::uno::RuntimeException void implts_setInplaceMenuBar( const css::uno::Reference< css::container::XIndexAccess >& xMergedMenuBar ) throw (css::uno::RuntimeException, std::exception); + /// @throws css::uno::RuntimeException void implts_resetInplaceMenuBar() throw (css::uno::RuntimeException); |