summaryrefslogtreecommitdiffstats
path: root/embeddedobj/source/msole/olepersist.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/msole/olepersist.hxx
parentNew loplugin:dynexcspec: Add @throws documentation, eventattacher (diff)
downloadcore-9cc666630dafd3fc6cf65ec5b0048df58a3af5a2.tar.gz
core-9cc666630dafd3fc6cf65ec5b0048df58a3af5a2.zip
New loplugin:dynexcspec: Add @throws documentation, embeddedobj
Change-Id: Icf9a507a2b1eec0ace22e727bdf7220bfe7096b8
Diffstat (limited to 'embeddedobj/source/msole/olepersist.hxx')
-rw-r--r--embeddedobj/source/msole/olepersist.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/embeddedobj/source/msole/olepersist.hxx b/embeddedobj/source/msole/olepersist.hxx
index 09975a61f4f5..51adb40d2843 100644
--- a/embeddedobj/source/msole/olepersist.hxx
+++ b/embeddedobj/source/msole/olepersist.hxx
@@ -34,6 +34,8 @@ namespace com { namespace sun { namespace star {
OUString GetNewTempFileURL_Impl( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
+/// @throws css::io::IOException
+/// @throws css::uno::RuntimeException
OUString GetNewFilledTempFile_Impl(
css::uno::Reference<css::io::XInputStream > const & xInStream,
css::uno::Reference<css::lang::XMultiServiceFactory> const & xFactory)