diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 17:53:18 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-01-19 18:03:15 +0100 |
commit | f96428fc5f9c19b9fe1d6eb32ddac8d84f7372ef (patch) | |
tree | d2a92a9b0edafef68d01c4f71c0ba09355fe5f52 /sd/inc/textapi.hxx | |
parent | b36f675c5e13decbd3204c0e5e893a41e5653a72 (diff) |
New loplugin:dynexcspec: Add @throws documentation, sd
Change-Id: I01e47c52eb4313cf43561d7a57b71656fb66b2ef
Diffstat (limited to 'sd/inc/textapi.hxx')
-rw-r--r-- | sd/inc/textapi.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/textapi.hxx b/sd/inc/textapi.hxx index d19d35547b11..92df56ffa21c 100644 --- a/sd/inc/textapi.hxx +++ b/sd/inc/textapi.hxx @@ -42,6 +42,7 @@ public: virtual ~TextApiObject() throw() override; + /// @throws css::uno::RuntimeException void SAL_CALL dispose() throw(css::uno::RuntimeException); OutlinerParaObject* CreateText(); |