diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2001-10-17 09:12:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2001-10-17 09:12:08 +0000 |
commit | bdce6d9e56000865834b0fffb5ff542210440ea9 (patch) | |
tree | 50e9c099a416228ccf63d70519c79d7099e0ad99 /svx/source/unodraw/unomod.cxx | |
parent | af00b72d72a0687c5ca9840b8986552cc7bb7400 (diff) |
#65293# exception specification
Diffstat (limited to 'svx/source/unodraw/unomod.cxx')
-rw-r--r-- | svx/source/unodraw/unomod.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/unodraw/unomod.cxx b/svx/source/unodraw/unomod.cxx index 26b344bbc049..45f5fd6b5fd9 100644 --- a/svx/source/unodraw/unomod.cxx +++ b/svx/source/unodraw/unomod.cxx @@ -2,9 +2,9 @@ * * $RCSfile: unomod.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: vg $ $Date: 2001-10-02 14:25:58 $ + * last change: $Author: vg $ $Date: 2001-10-17 10:12:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -377,12 +377,12 @@ uno::Any SAL_CALL SvxUnoDrawingModel::queryInterface( const uno::Type & rType ) return aAny; } -void SAL_CALL SvxUnoDrawingModel::acquire() throw(uno::RuntimeException) +void SAL_CALL SvxUnoDrawingModel::acquire() throw ( ) { SfxBaseModel::acquire(); } -void SAL_CALL SvxUnoDrawingModel::release() throw(uno::RuntimeException) +void SAL_CALL SvxUnoDrawingModel::release() throw ( ) { SfxBaseModel::release(); } |