diff options
Diffstat (limited to 'framework/inc/xml/menudocumenthandler.hxx')
-rw-r--r-- | framework/inc/xml/menudocumenthandler.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/inc/xml/menudocumenthandler.hxx b/framework/inc/xml/menudocumenthandler.hxx index 1c94bc58b566..d80b4b4d9dac 100644 --- a/framework/inc/xml/menudocumenthandler.hxx +++ b/framework/inc/xml/menudocumenthandler.hxx @@ -259,9 +259,13 @@ class FWE_DLLPUBLIC OWriteMenuDocumentHandler final bool bIsMenuBar ); ~OWriteMenuDocumentHandler(); + /// @throws css::xml::sax::SAXException + /// @throws css::uno::RuntimeException void WriteMenuDocument() throw ( css::xml::sax::SAXException, css::uno::RuntimeException ); private: + /// @throws css::xml::sax::SAXException + /// @throws css::uno::RuntimeException void WriteMenu( const css::uno::Reference< css::container::XIndexAccess >& rSubMenuContainer ) throw ( css::xml::sax::SAXException, css::uno::RuntimeException ); |