Kaydet (Commit) 9b5591ed authored tarafından Noel Grandin's avatar Noel Grandin Kaydeden (comit) Fridrich Štrba

cid#706965 Uncaught exception

Change-Id: I8e21e567459d39b454264603ca8e6a4d5cd79356
üst 312b6863
...@@ -31,7 +31,7 @@ using namespace ::ooo::vba; ...@@ -31,7 +31,7 @@ using namespace ::ooo::vba;
using namespace ::com::sun::star; using namespace ::com::sun::star;
ScVbaHyperlink::ScVbaHyperlink( const uno::Sequence< uno::Any >& rArgs, ScVbaHyperlink::ScVbaHyperlink( const uno::Sequence< uno::Any >& rArgs,
const uno::Reference< uno::XComponentContext >& rxContext ) throw (lang::IllegalArgumentException) : const uno::Reference< uno::XComponentContext >& rxContext ) throw (lang::IllegalArgumentException, uno::RuntimeException) :
HyperlinkImpl_BASE( getXSomethingFromArgs< XHelperInterface >( rArgs, 0 ), rxContext ), HyperlinkImpl_BASE( getXSomethingFromArgs< XHelperInterface >( rArgs, 0 ), rxContext ),
mxCell( getXSomethingFromArgs< table::XCell >( rArgs, 1, false ) ), mxCell( getXSomethingFromArgs< table::XCell >( rArgs, 1, false ) ),
mnType( office::MsoHyperlinkType::msoHyperlinkRange ) mnType( office::MsoHyperlinkType::msoHyperlinkRange )
......
...@@ -34,7 +34,7 @@ class ScVbaHyperlink : public HyperlinkImpl_BASE ...@@ -34,7 +34,7 @@ class ScVbaHyperlink : public HyperlinkImpl_BASE
public: public:
ScVbaHyperlink( ScVbaHyperlink(
const css::uno::Sequence< css::uno::Any >& rArgs, const css::uno::Sequence< css::uno::Any >& rArgs,
const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::lang::IllegalArgumentException); const css::uno::Reference< css::uno::XComponentContext >& rxContext ) throw (css::lang::IllegalArgumentException, css::uno::RuntimeException);
ScVbaHyperlink( ScVbaHyperlink(
const css::uno::Reference< ov::XHelperInterface >& rxAnchor, const css::uno::Reference< ov::XHelperInterface >& rxAnchor,
......
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