summaryrefslogtreecommitdiff
path: root/sc/inc/viewuno.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:52:18 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:15 +0100
commitb36f675c5e13decbd3204c0e5e893a41e5653a72 (patch)
tree21239e676e490ab7b45273c2018a8d50c117227d /sc/inc/viewuno.hxx
parent8870dec9a431eeff5045efd4ba12a2a70bad5e24 (diff)
New loplugin:dynexcspec: Add @throws documentation, sc
Change-Id: Ieb01ae3f8c5d3010354027ea2c6e0a2cee176e7f
Diffstat (limited to 'sc/inc/viewuno.hxx')
-rw-r--r--sc/inc/viewuno.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/viewuno.hxx b/sc/inc/viewuno.hxx
index b18281faaee5..e81010a1eb1d 100644
--- a/sc/inc/viewuno.hxx
+++ b/sc/inc/viewuno.hxx
@@ -199,7 +199,9 @@ public:
// bSameTabButMoved = true if the same sheet as before is activated, used after moving/copying/inserting/deleting a sheet
void SheetChanged( bool bSameTabButMoved );
bool IsMouseListening() const;
+ /// @throws css::uno::RuntimeException
bool MousePressed( const css::awt::MouseEvent& e ) throw (css::uno::RuntimeException);
+ /// @throws css::uno::RuntimeException
bool MouseReleased( const css::awt::MouseEvent& e ) throw (css::uno::RuntimeException);
void RangeSelDone( const OUString& rText );