summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/fltlst.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:51:42 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:14 +0100
commit5fb6c73d3037d9f860212ecb06b99fdc34bb6dcc (patch)
tree6dd0597909385e6cabfdc6fa9b6203458f8d8689 /sfx2/source/bastyp/fltlst.hxx
parent5ad3a737e0ec43ca41bc8353cd0897d882204d32 (diff)
New loplugin:dynexcspec: Add @throws documentation, sfx2
Change-Id: I6568efb53c0904c58bcb648777b84471e5b4b501
Diffstat (limited to 'sfx2/source/bastyp/fltlst.hxx')
-rw-r--r--sfx2/source/bastyp/fltlst.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/bastyp/fltlst.hxx b/sfx2/source/bastyp/fltlst.hxx
index 656637ddaf7e..8fd5a9af4196 100644
--- a/sfx2/source/bastyp/fltlst.hxx
+++ b/sfx2/source/bastyp/fltlst.hxx
@@ -41,8 +41,10 @@ class SfxFilterListener final
public:
// XRefreshListener
+ /// @throws css::uno::RuntimeException
void SAL_CALL refreshed( const css::lang::EventObject& aSource ) throw( css::uno::RuntimeException, std::exception );
// XEventListener
+ /// @throws css::uno::RuntimeException
void SAL_CALL disposing( const css::lang::EventObject& aSource ) throw( css::uno::RuntimeException );
};