summaryrefslogtreecommitdiff
path: root/starmath/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-09-13 07:24:44 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-09-13 07:24:44 +0000
commit41bd22ae0a890f11849ae8cc10d2dd1c82086b0a (patch)
tree58f1731146a0c3ca1231ac94a769ce6874e13398 /starmath/inc
parent7f54c53df79e5de74355901a8f5f21ea85b20370 (diff)
#92075# exception specification
Diffstat (limited to 'starmath/inc')
-rw-r--r--starmath/inc/unomodel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index ff5c18df3eb3..fef6799fe4ce 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomodel.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2001-07-23 12:52:38 $
+ * last change: $Author: vg $ $Date: 2001-09-13 08:24:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,7 +98,7 @@ protected:
throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::lang::WrappedTargetException );
public:
SmModel( SfxObjectShell *pObjSh = 0 );
- virtual ~SmModel();
+ virtual ~SmModel() throw ();
//XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun::star::uno::RuntimeException);