diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-06-16 12:46:08 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-06-16 12:46:08 +0200 |
commit | d28ea3c4c5ff5ff51e89016fe53dcf53426e337e (patch) | |
tree | cdf3301b6f2f63b35b082dcc1ad98738112e7bff /sc | |
parent | a1e04aa376a5ab56d53d96b6c46535fcfa2363fc (diff) |
mib16: missing throw decl
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/vba/vbapane.cxx | 2 |
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 ) |