summaryrefslogtreecommitdiff
path: root/fpicker/source/office/commonpicker.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:57:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:20 +0100
commitf72756cdfb9cd0b574fd84f194355c3ad00d3677 (patch)
tree247e7f34af5735d4eb3024b2a96f52899f78392f /fpicker/source/office/commonpicker.hxx
parentfba7a44ee479540ba65b41ef1e647cdb93c20d14 (diff)
New loplugin:dynexcspec: Add @throws documentation, fpicker
Change-Id: I067f6d5278681b35d3a3fea105e3bf383d3a96f8
Diffstat (limited to 'fpicker/source/office/commonpicker.hxx')
-rw-r--r--fpicker/source/office/commonpicker.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/office/commonpicker.hxx b/fpicker/source/office/commonpicker.hxx
index 90d86a9c4a3a..36bc38be5463 100644
--- a/fpicker/source/office/commonpicker.hxx
+++ b/fpicker/source/office/commonpicker.hxx
@@ -134,7 +134,9 @@ namespace svt
// XExecutableDialog functions
+ /// @throws css::uno::RuntimeException
virtual void SAL_CALL setTitle( const OUString& _rTitle ) throw( css::uno::RuntimeException, std::exception );
+ /// @throws css::uno::RuntimeException
virtual sal_Int16 SAL_CALL execute() throw( css::uno::RuntimeException, std::exception );