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

cid#706960 Uncaught exception

Change-Id: Idb845cd756767eb4d5caf6ff0b735e71fef0efce
üst 7cfb4f86
...@@ -751,7 +751,7 @@ ScVbaFormat<Ifc1>::isAmbiguous(const OUString& _sPropertyName) throw ( script::B ...@@ -751,7 +751,7 @@ ScVbaFormat<Ifc1>::isAmbiguous(const OUString& _sPropertyName) throw ( script::B
template< typename Ifc1 > template< typename Ifc1 >
void void
ScVbaFormat<Ifc1>::initializeNumberFormats() throw ( script::BasicErrorException ) ScVbaFormat<Ifc1>::initializeNumberFormats() throw ( script::BasicErrorException, uno::RuntimeException )
{ {
if ( !xNumberFormats.is() ) if ( !xNumberFormats.is() )
{ {
......
...@@ -51,7 +51,7 @@ protected: ...@@ -51,7 +51,7 @@ protected:
css::uno::Reference< css::lang::XMultiServiceFactory > xMultiServiceFactory; css::uno::Reference< css::lang::XMultiServiceFactory > xMultiServiceFactory;
bool isAmbiguous(const OUString& _sPropertyName) throw ( css::script::BasicErrorException ); bool isAmbiguous(const OUString& _sPropertyName) throw ( css::script::BasicErrorException );
css::uno::Reference< css::beans::XPropertyState > getXPropertyState() throw ( css::uno::RuntimeException ); css::uno::Reference< css::beans::XPropertyState > getXPropertyState() throw ( css::uno::RuntimeException );
void initializeNumberFormats() throw ( css::script::BasicErrorException ); void initializeNumberFormats() throw ( css::script::BasicErrorException, css::uno::RuntimeException );
SfxItemSet* getCurrentDataSet( ) throw ( css::uno::RuntimeException ); SfxItemSet* getCurrentDataSet( ) throw ( css::uno::RuntimeException );
protected: protected:
virtual ScCellRangesBase* getCellRangesBase() throw ( css::uno::RuntimeException ); virtual ScCellRangesBase* getCellRangesBase() throw ( css::uno::RuntimeException );
......
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