diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 12:01:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-30 15:26:03 +0100 |
commit | 402fffb74e36cab6a2a4f5da64154713d9ddc235 (patch) | |
tree | c913635d685136efdf249d03fab08ae339825ece /include/unotools | |
parent | 1f2894314328724b1654ee9990406460e4461ffd (diff) |
coverity#1209935 Uncaught exception
and hopefully a million more
Change-Id: Ib1326cae3ec93855b311a8cf4e9e6f9def199d44
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/ucbhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unotools/ucbhelper.hxx b/include/unotools/ucbhelper.hxx index ee291b6f42a2..6234e8e58bb6 100644 --- a/include/unotools/ucbhelper.hxx +++ b/include/unotools/ucbhelper.hxx @@ -63,7 +63,7 @@ UNOTOOLS_DLLPUBLIC bool MakeFolder( UNOTOOLS_DLLPUBLIC bool ensureFolder( com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > xCtx, com::sun::star::uno::Reference< com::sun::star::ucb::XCommandEnvironment > xEnv, - const OUString& rFolder, ucbhelper::Content & result); + const OUString& rFolder, ucbhelper::Content & result) throw(); /// @return the value of the "Size" property of the given content, or zero if /// obtaining the property yields a void value or raises a |