summaryrefslogtreecommitdiffstats
path: root/sfx2/source/inc/macroloader.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-27 20:29:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-28 13:22:57 +0100
commite159201777cbae736c7890ca3c0f5a98614e9161 (patch)
tree7d7089558d8e4006e25193b0dd375c1dabc882f1 /sfx2/source/inc/macroloader.hxx
parentcoverity#1308488 Uncaught exception (diff)
downloadcore-e159201777cbae736c7890ca3c0f5a98614e9161.tar.gz
core-e159201777cbae736c7890ca3c0f5a98614e9161.zip
coverity#1308489 Uncaught exception
Change-Id: I7d332fcd06e39d096f449790b1e590227d2f8a26
Diffstat (limited to 'sfx2/source/inc/macroloader.hxx')
-rw-r--r--sfx2/source/inc/macroloader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/inc/macroloader.hxx b/sfx2/source/inc/macroloader.hxx
index 2cfa7eded60a..ea3ce5b7c378 100644
--- a/sfx2/source/inc/macroloader.hxx
+++ b/sfx2/source/inc/macroloader.hxx
@@ -63,7 +63,7 @@ public:
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
- static ErrCode loadMacro( const OUString& aURL, css::uno::Any& rRetval, SfxObjectShell* pDoc=NULL ) throw( css::uno::RuntimeException, css::ucb::ContentCreationException );
+ static ErrCode loadMacro( const OUString& aURL, css::uno::Any& rRetval, SfxObjectShell* pDoc=NULL ) throw( css::uno::RuntimeException, css::ucb::ContentCreationException, std::exception );
virtual css::uno::Reference < css::frame::XDispatch > SAL_CALL queryDispatch(
const css::util::URL& aURL, const OUString& sTargetFrameName,