summaryrefslogtreecommitdiff
path: root/embeddedobj/source/inc/docholder.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-19 17:58:21 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-19 18:03:21 +0100
commit9cc666630dafd3fc6cf65ec5b0048df58a3af5a2 (patch)
tree88ffe3ae019923f53c3503a3e082cb054e76d1c1 /embeddedobj/source/inc/docholder.hxx
parent35e122bfa5e3de9f7c4eb762a206642c4e22157e (diff)
New loplugin:dynexcspec: Add @throws documentation, embeddedobj
Change-Id: Icf9a507a2b1eec0ace22e727bdf7220bfe7096b8
Diffstat (limited to 'embeddedobj/source/inc/docholder.hxx')
-rw-r--r--embeddedobj/source/inc/docholder.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/embeddedobj/source/inc/docholder.hxx b/embeddedobj/source/inc/docholder.hxx
index 2fac504a68ce..7e8ca8f63ae1 100644
--- a/embeddedobj/source/inc/docholder.hxx
+++ b/embeddedobj/source/inc/docholder.hxx
@@ -98,12 +98,13 @@ private:
const OUString& aContModuleName );
public:
-
+ /// @throws css::uno::Exception
static void FindConnectPoints(
const css::uno::Reference< css::container::XIndexAccess >& xMenu,
sal_Int32 nConnectPoints[2] )
throw ( css::uno::Exception );
+ /// @throws css::uno::Exception
static css::uno::Reference< css::container::XIndexAccess > MergeMenusForInplace(
const css::uno::Reference< css::container::XIndexAccess >& xContMenu,
const css::uno::Reference< css::frame::XDispatchProvider >& xContDisp,