summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unodraw.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-09-13 10:10:48 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-09-13 10:10:48 +0000
commit44e4264561f176de71eec8ba69304080b88bbda2 (patch)
tree49fb10b1671389ed18c23a63f5c0772683b54494 /sw/source/core/unocore/unodraw.cxx
parentcf6041e71d9b87bcfc74fae4d8be19bf8786278c (diff)
#92075# exception specification
Diffstat (limited to 'sw/source/core/unocore/unodraw.cxx')
-rw-r--r--sw/source/core/unocore/unodraw.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 08d5465c39f9..bc8003000d15 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unodraw.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: ama $ $Date: 2001-09-10 10:44:19 $
+ * last change: $Author: vg $ $Date: 2001-09-13 11:10:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -264,7 +264,7 @@ SwFmDrawPage::SwFmDrawPage( SdrPage* pPage ) :
/*-- 22.01.99 11:13:07---------------------------------------------------
-----------------------------------------------------------------------*/
-SwFmDrawPage::~SwFmDrawPage()
+SwFmDrawPage::~SwFmDrawPage() throw ()
{
RemovePageView();
}
@@ -333,7 +333,7 @@ uno::Reference< uno::XInterface > SwFmDrawPage::GetInterface( SdrObject* pObj
/*-- 22.01.99 11:13:09---------------------------------------------------
-----------------------------------------------------------------------*/
-SdrObject* SwFmDrawPage::_CreateSdrObject( const uno::Reference< drawing::XShape > & xShape )
+SdrObject* SwFmDrawPage::_CreateSdrObject( const uno::Reference< drawing::XShape > & xShape ) throw ()
{
//TODO: stimmt das so - kann die Methode weg?
return SvxFmDrawPage::_CreateSdrObject( xShape );
@@ -342,7 +342,7 @@ SdrObject* SwFmDrawPage::_CreateSdrObject( const uno::Reference< drawing::XShape
-----------------------------------------------------------------------*/
-uno::Reference< drawing::XShape > SwFmDrawPage::_CreateShape( SdrObject *pObj ) const
+uno::Reference< drawing::XShape > SwFmDrawPage::_CreateShape( SdrObject *pObj ) const throw ()
{
uno::Reference< drawing::XShape > xRet;
if(pObj->IsWriterFlyFrame() || pObj->GetObjInventor() == SWGInventor)