summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-10-17 09:12:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-10-17 09:12:08 +0000
commitbdce6d9e56000865834b0fffb5ff542210440ea9 (patch)
tree50e9c099a416228ccf63d70519c79d7099e0ad99 /svx/source
parentaf00b72d72a0687c5ca9840b8986552cc7bb7400 (diff)
#65293# exception specification
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/unodraw/unomod.cxx8
-rw-r--r--svx/source/unodraw/unopool.cxx8
-rw-r--r--svx/source/unodraw/unoshap2.cxx16
-rw-r--r--svx/source/unodraw/unoshap3.cxx8
4 files changed, 20 insertions, 20 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();
}
diff --git a/svx/source/unodraw/unopool.cxx b/svx/source/unodraw/unopool.cxx
index ff43bb443b67..fb79d4a9834e 100644
--- a/svx/source/unodraw/unopool.cxx
+++ b/svx/source/unodraw/unopool.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unopool.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cl $ $Date: 2001-08-01 13:58:49 $
+ * 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
@@ -394,12 +394,12 @@ Any SAL_CALL SvxUnoDrawPool::queryAggregation( const Type & rType )
return aAny;
}
-void SAL_CALL SvxUnoDrawPool::acquire() throw(uno::RuntimeException)
+void SAL_CALL SvxUnoDrawPool::acquire() throw ( )
{
OWeakAggObject::acquire();
}
-void SAL_CALL SvxUnoDrawPool::release() throw(uno::RuntimeException)
+void SAL_CALL SvxUnoDrawPool::release() throw ( )
{
OWeakAggObject::release();
}
diff --git a/svx/source/unodraw/unoshap2.cxx b/svx/source/unodraw/unoshap2.cxx
index 1c1b0a9a66a0..4589c9e3e9cb 100644
--- a/svx/source/unodraw/unoshap2.cxx
+++ b/svx/source/unodraw/unoshap2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoshap2.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: cl $ $Date: 2001-07-10 07:49:48 $
+ * 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
@@ -186,12 +186,12 @@ uno::Any SAL_CALL SvxShapeGroup::queryAggregation( const uno::Type & rType )
return aAny;
}
-void SAL_CALL SvxShapeGroup::acquire() throw(uno::RuntimeException)
+void SAL_CALL SvxShapeGroup::acquire() throw ( )
{
SvxShape::acquire();
}
-void SAL_CALL SvxShapeGroup::release() throw(uno::RuntimeException)
+void SAL_CALL SvxShapeGroup::release() throw ( )
{
SvxShape::release();
}
@@ -463,12 +463,12 @@ uno::Any SAL_CALL SvxShapeConnector::queryAggregation( const uno::Type & rType )
return aAny;
}
-void SAL_CALL SvxShapeConnector::acquire() throw(uno::RuntimeException)
+void SAL_CALL SvxShapeConnector::acquire() throw ( )
{
SvxShapeText::acquire();
}
-void SAL_CALL SvxShapeConnector::release() throw(uno::RuntimeException)
+void SAL_CALL SvxShapeConnector::release() throw ( )
{
SvxShapeText::release();
}
@@ -645,12 +645,12 @@ uno::Any SAL_CALL SvxShapeControl::queryAggregation( const uno::Type & rType )
return aAny;
}
-void SAL_CALL SvxShapeControl::acquire() throw(uno::RuntimeException)
+void SAL_CALL SvxShapeControl::acquire() throw ( )
{
SvxShapeText::acquire();
}
-void SAL_CALL SvxShapeControl::release() throw(uno::RuntimeException)
+void SAL_CALL SvxShapeControl::release() throw ( )
{
SvxShapeText::release();
}
diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx
index f3e8e708192f..4fa9e0a14345 100644
--- a/svx/source/unodraw/unoshap3.cxx
+++ b/svx/source/unodraw/unoshap3.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoshap3.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: aw $ $Date: 2001-08-15 15:44: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
@@ -158,12 +158,12 @@ uno::Any SAL_CALL Svx3DSceneObject::queryInterface( const uno::Type & rType ) th
return SvxShape::queryInterface( rType );
}
-void SAL_CALL Svx3DSceneObject::acquire() throw( uno::RuntimeException )
+void SAL_CALL Svx3DSceneObject::acquire() throw ( )
{
SvxShape::acquire();
}
-void SAL_CALL Svx3DSceneObject::release() throw( uno::RuntimeException )
+void SAL_CALL Svx3DSceneObject::release() throw ( )
{
SvxShape::release();
}