summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-27 09:33:02 +0200
committerNoel Grandin <noel@peralex.com>2014-05-27 10:50:03 +0200
commit9fb54d62b13b50e6a270a70183a86a0d8f6cdbfa (patch)
tree30701f011694dc37ca15d7d8bf927562be177250 /starmath/inc
parent2d5d98e12d15cb9f455d0333ff67f1538fdc706f (diff)
cid#707198 Uncaught exception
Change-Id: Ibfe57b366207550b0f3c0e9cb7e8da1078531742
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/unomodel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index b923ae73f552..5bb952f29d53 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -61,7 +61,7 @@ protected:
virtual void _setPropertyValues( const comphelper::PropertyMapEntry** ppEntries, const ::com::sun::star::uno::Any* pValues )
throw( css::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ) SAL_OVERRIDE;
virtual void _getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, ::com::sun::star::uno::Any* pValue )
- throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException ) SAL_OVERRIDE;
+ throw( css::uno::RuntimeException, ::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException ) SAL_OVERRIDE;
public:
SmModel( SfxObjectShell *pObjSh = 0 );
virtual ~SmModel() throw ();