Kaydet (Commit) e8f8daa6 authored tarafından Noel Grandin's avatar Noel Grandin

cid#706949 Uncaught exception

Change-Id: Id04efdfc7b9890c428e08a3f841e12e631f88008
üst 9116edcf
...@@ -41,7 +41,7 @@ ScVbaComment::ScVbaComment( ...@@ -41,7 +41,7 @@ ScVbaComment::ScVbaComment(
const uno::Reference< XHelperInterface >& xParent, const uno::Reference< XHelperInterface >& xParent,
const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< uno::XComponentContext >& xContext,
const uno::Reference< frame::XModel >& xModel, const uno::Reference< frame::XModel >& xModel,
const uno::Reference< table::XCellRange >& xRange ) throw( lang::IllegalArgumentException ) : const uno::Reference< table::XCellRange >& xRange ) throw( lang::IllegalArgumentException, uno::RuntimeException ) :
ScVbaComment_BASE( xParent, xContext ), ScVbaComment_BASE( xParent, xContext ),
mxModel( xModel, uno::UNO_SET_THROW ), mxModel( xModel, uno::UNO_SET_THROW ),
mxRange( xRange ) mxRange( xRange )
......
...@@ -48,7 +48,7 @@ public: ...@@ -48,7 +48,7 @@ public:
const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< ov::XHelperInterface >& xParent,
const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Reference< css::uno::XComponentContext >& xContext,
const css::uno::Reference< css::frame::XModel >& xModel, const css::uno::Reference< css::frame::XModel >& xModel,
const css::uno::Reference< css::table::XCellRange >& xRange ) throw ( css::lang::IllegalArgumentException ); const css::uno::Reference< css::table::XCellRange >& xRange ) throw ( css::lang::IllegalArgumentException, css::uno::RuntimeException );
virtual ~ScVbaComment() {} virtual ~ScVbaComment() {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment