diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:58:29 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:22 +0100 |
commit | 72828a34e76017cfa0df53babc24d1c2377031f8 (patch) | |
tree | 4b0b314adb6b7f88ab2be35ffbbd89c5c671978a /include/editeng/unofield.hxx | |
parent | 9cc666630dafd3fc6cf65ec5b0048df58a3af5a2 (diff) |
New loplugin:dynexcspec: Add @throws documentation, editeng
Change-Id: I4d93bf348b7b6a91aa37f8ce79b0b52a1a7d41ee
Diffstat (limited to 'include/editeng/unofield.hxx')
-rw-r--r-- | include/editeng/unofield.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/editeng/unofield.hxx b/include/editeng/unofield.hxx index 8825842807c9..c9a6576a847d 100644 --- a/include/editeng/unofield.hxx +++ b/include/editeng/unofield.hxx @@ -38,6 +38,8 @@ class SvxUnoFieldData_Impl; class SfxItemPropertySet; class SvxFieldData; +/// @throws css::uno::Exception +/// @throws css::uno::RuntimeException css::uno::Reference< css::uno::XInterface > EDITENG_DLLPUBLIC SAL_CALL SvxUnoTextCreateTextField( const OUString& ServiceSpecifier ) throw(css::uno::Exception, css::uno::RuntimeException); |