summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2010-06-16 12:46:08 +0200
committerDaniel Rentz <dr@openoffice.org>2010-06-16 12:46:08 +0200
commitd28ea3c4c5ff5ff51e89016fe53dcf53426e337e (patch)
treecdf3301b6f2f63b35b082dcc1ad98738112e7bff /sc
parenta1e04aa376a5ab56d53d96b6c46535fcfa2363fc (diff)
mib16: missing throw decl
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/vba/vbapane.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbapane.cxx b/sc/source/ui/vba/vbapane.cxx
index e1c6cd64dc92..29d7a286b402 100644
--- a/sc/source/ui/vba/vbapane.cxx
+++ b/sc/source/ui/vba/vbapane.cxx
@@ -38,7 +38,7 @@ ScVbaPane::ScVbaPane(
const css::uno::Reference< ov::XHelperInterface >& xParent,
const uno::Reference< uno::XComponentContext >& xContext,
const uno::Reference< frame::XModel >& xModel,
- const uno::Reference< sheet::XViewPane > xViewPane ) :
+ const uno::Reference< sheet::XViewPane > xViewPane ) throw (uno::RuntimeException) :
ScVbaPane_BASE( xParent, xContext ),
m_xModel( xModel, uno::UNO_SET_THROW ),
m_xViewPane( xViewPane, uno::UNO_SET_THROW )