summaryrefslogtreecommitdiff
path: root/svx
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
parentb6952a84d50d0ecc7ec00cd7ad115d3fa8acb3c5 (diff)
#65293# exception specification
Diffstat (limited to 'svx')
-rw-r--r--svx/source/unoedit/unofield.cxx8
-rw-r--r--svx/source/unoedit/unotext.cxx12
-rw-r--r--svx/source/unoedit/unotext2.cxx12
3 files changed, 16 insertions, 16 deletions
diff --git a/svx/source/unoedit/unofield.cxx b/svx/source/unoedit/unofield.cxx
index 4c194fee753e..b19aa045e9ae 100644
--- a/svx/source/unoedit/unofield.cxx
+++ b/svx/source/unoedit/unofield.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unofield.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: thb $ $Date: 2001-09-20 07:55:29 $
+ * 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
@@ -612,12 +612,12 @@ uno::Any SAL_CALL SvxUnoTextField::queryInterface( const uno::Type & rType )
return OComponentHelper::queryInterface(rType);
}
-void SAL_CALL SvxUnoTextField::acquire() throw(uno::RuntimeException)
+void SAL_CALL SvxUnoTextField::acquire() throw( )
{
OComponentHelper::acquire();
}
-void SAL_CALL SvxUnoTextField::release() throw(uno::RuntimeException)
+void SAL_CALL SvxUnoTextField::release() throw( )
{
OComponentHelper::release();
}
diff --git a/svx/source/unoedit/unotext.cxx b/svx/source/unoedit/unotext.cxx
index a7de9c68a23e..a71e8b0c6166 100644
--- a/svx/source/unoedit/unotext.cxx
+++ b/svx/source/unoedit/unotext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unotext.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: cl $ $Date: 2001-08-28 13:07:38 $
+ * 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
@@ -1493,13 +1493,13 @@ uno::Any SAL_CALL SvxUnoTextRange::queryInterface( const uno::Type & rType )
}
void SAL_CALL SvxUnoTextRange::acquire()
- throw(uno::RuntimeException)
+ throw( )
{
OWeakAggObject::acquire();
}
void SAL_CALL SvxUnoTextRange::release()
- throw(uno::RuntimeException)
+ throw( )
{
OWeakAggObject::release();
}
@@ -2037,12 +2037,12 @@ uno::Any SAL_CALL SvxUnoText::queryInterface( const uno::Type & rType ) throw( u
return OWeakAggObject::queryInterface( rType );
}
-void SAL_CALL SvxUnoText::acquire() throw( uno::RuntimeException )
+void SAL_CALL SvxUnoText::acquire() throw( )
{
OWeakAggObject::acquire();
}
-void SAL_CALL SvxUnoText::release() throw( uno::RuntimeException )
+void SAL_CALL SvxUnoText::release() throw( )
{
OWeakAggObject::release();
}
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();
}