summaryrefslogtreecommitdiff
path: root/include/toolkit/controls
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:49:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:12 +0100
commit77894947ea5fcae00d8eeaee9482b53adfc6b7f2 (patch)
treee6241078576fa659190fbc7e1baffcb43056ab38 /include/toolkit/controls
parent1d5372daac88346d59c2bf6a14ec9dd9ce6eb1bc (diff)
New loplugin:dynexcspec: Add @throws documentation, toolkit
Change-Id: I73b7408b92ed13d5d23e054f27c5236de67f1ce4
Diffstat (limited to 'include/toolkit/controls')
-rw-r--r--include/toolkit/controls/controlmodelcontainerbase.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/toolkit/controls/controlmodelcontainerbase.hxx b/include/toolkit/controls/controlmodelcontainerbase.hxx
index 5b90a02251a7..eaa5c49da86b 100644
--- a/include/toolkit/controls/controlmodelcontainerbase.hxx
+++ b/include/toolkit/controls/controlmodelcontainerbase.hxx
@@ -98,6 +98,10 @@ protected:
UnoControlModelHolderList::iterator ImplFindElement( const OUString& rName );
+ /// @throws css::lang::IllegalArgumentException
+ /// @throws css::container::ElementExistException
+ /// @throws css::lang::WrappedTargetException
+ /// @throws css::uno::RuntimeException
void updateUserFormChildren( const css::uno::Reference< css::container::XNameContainer >& xAllChildren, const OUString& aName, ChildOperation Operation, const css::uno::Reference< css::awt::XControlModel >& xTarget ) throw(css::lang::IllegalArgumentException, css::container::ElementExistException, css::lang::WrappedTargetException, css::uno::RuntimeException);
public:
ControlModelContainerBase( const css::uno::Reference< css::uno::XComponentContext >& rxContext );