summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortdynres.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:49:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:11 +0100
commit8a12673c1727381ce8ab729759c3d9cd2069342e (patch)
tree654b5c1814e85c21b819e1f3753f49103bc8a1aa /ucb/source/sorter/sortdynres.hxx
parent1aabba2778e3a634be00d8a6eb0388c4aaf07ccf (diff)
New loplugin:dynexcspec: Add @throws documentation, ucb
Change-Id: I39a50e3f066776ac670a99120e12624af39fa83a
Diffstat (limited to 'ucb/source/sorter/sortdynres.hxx')
-rw-r--r--ucb/source/sorter/sortdynres.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/ucb/source/sorter/sortdynres.hxx b/ucb/source/sorter/sortdynres.hxx
index 85a2ec20c0d8..b931774f2c2f 100644
--- a/ucb/source/sorter/sortdynres.hxx
+++ b/ucb/source/sorter/sortdynres.hxx
@@ -120,9 +120,11 @@ public:
// own methods:
+ /// @throws css::uno::RuntimeException
void impl_disposing( const css::lang::EventObject& Source )
throw( css::uno::RuntimeException );
+ /// @throws css::uno::RuntimeException
void impl_notify( const css::ucb::ListEvent& Changes )
throw( css::uno::RuntimeException );
};