summaryrefslogtreecommitdiff
path: root/svx/source/unoedit/unotext2.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-10-17 08:49:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-10-17 08:49:07 +0000
commitaf00b72d72a0687c5ca9840b8986552cc7bb7400 (patch)
tree56afeb43ed03063079a249927e08c055f671ecd4 /svx/source/unoedit/unotext2.cxx
parentb6952a84d50d0ecc7ec00cd7ad115d3fa8acb3c5 (diff)
#65293# exception specification
Diffstat (limited to 'svx/source/unoedit/unotext2.cxx')
-rw-r--r--svx/source/unoedit/unotext2.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/unoedit/unotext2.cxx b/svx/source/unoedit/unotext2.cxx
index ba877ec04a3b..821bce99a4f6 100644
--- a/svx/source/unoedit/unotext2.cxx
+++ b/svx/source/unoedit/unotext2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotext2.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: cl $ $Date: 2001-08-14 15:55:42 $
+ * last change: $Author: vg $ $Date: 2001-10-17 09:49:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -203,12 +203,12 @@ uno::Any SAL_CALL SvxUnoTextContent::queryInterface( const uno::Type & rType ) t
return OWeakAggObject::queryInterface(rType);
}
-void SAL_CALL SvxUnoTextContent::acquire() throw( uno::RuntimeException )
+void SAL_CALL SvxUnoTextContent::acquire() throw( )
{
OWeakAggObject::acquire();
}
-void SAL_CALL SvxUnoTextContent::release() throw( uno::RuntimeException )
+void SAL_CALL SvxUnoTextContent::release() throw( )
{
OWeakAggObject::release();
}
@@ -522,12 +522,12 @@ uno::Any SAL_CALL SvxUnoTextCursor::queryInterface( const uno::Type & rType )
return OWeakAggObject::queryInterface(rType);
}
-void SAL_CALL SvxUnoTextCursor::acquire() throw(uno::RuntimeException)
+void SAL_CALL SvxUnoTextCursor::acquire() throw ( )
{
OWeakAggObject::acquire();
}
-void SAL_CALL SvxUnoTextCursor::release() throw(uno::RuntimeException)
+void SAL_CALL SvxUnoTextCursor::release() throw ( )
{
OWeakAggObject::release();
}