#92075# exception specification
This commit is contained in:
parent
65ad5f1fc2
commit
cf6041e71d
2 changed files with 12 additions and 9 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: unodraw.hxx,v $
|
||||
*
|
||||
* $Revision: 1.8 $
|
||||
* $Revision: 1.9 $
|
||||
*
|
||||
* last change: $Author: os $ $Date: 2001-06-05 08:24:50 $
|
||||
* last change: $Author: vg $ $Date: 2001-09-13 10:58:39 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -109,11 +109,11 @@ protected:
|
|||
// Erzeugen eines SdrObjects anhand einer Description. Kann von
|
||||
// abgeleiteten Klassen dazu benutzt werden, eigene ::com::sun::star::drawing::Shapes zu
|
||||
// unterstuetzen (z.B. Controls)
|
||||
virtual SdrObject *_CreateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape );
|
||||
virtual SdrObject *_CreateSdrObject( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape ) throw ();
|
||||
|
||||
public:
|
||||
SwFmDrawPage( SdrPage* pPage );
|
||||
virtual ~SwFmDrawPage();
|
||||
virtual ~SwFmDrawPage() throw ();
|
||||
|
||||
const SdrMarkList& PreGroup(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes > & xShapes);
|
||||
void PreUnGroup(const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapeGroup > xShapeGroup);
|
||||
|
@ -127,7 +127,7 @@ public:
|
|||
// Die folgende Methode wird gerufen, wenn ein SvxShape-Objekt angelegt
|
||||
// werden soll. abgeleitete Klassen koennen hier eine Ableitung oder
|
||||
// ein ein SvxShape aggregierendes Objekt anlegen.
|
||||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > _CreateShape( SdrObject *pObj ) const;
|
||||
virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > _CreateShape( SdrObject *pObj ) const throw ();
|
||||
};
|
||||
|
||||
/* -----------------09.12.98 08:57-------------------
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: htmlform.cxx,v $
|
||||
*
|
||||
* $Revision: 1.4 $
|
||||
* $Revision: 1.5 $
|
||||
*
|
||||
* last change: $Author: mib $ $Date: 2001-07-03 09:42:50 $
|
||||
* last change: $Author: vg $ $Date: 2001-09-13 11:02:41 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -560,7 +560,7 @@ public:
|
|||
throw( uno::RuntimeException );
|
||||
|
||||
// XEventListener
|
||||
virtual void SAL_CALL disposing( const EventObject& Source );
|
||||
virtual void SAL_CALL disposing( const EventObject& Source ) throw ( ::com::sun::star::uno::RuntimeException);
|
||||
};
|
||||
|
||||
SwHTMLImageWatcher::SwHTMLImageWatcher(
|
||||
|
@ -2800,11 +2800,14 @@ void SwHTMLParser::InsertSelectText()
|
|||
|
||||
Source Code Control System - Header
|
||||
|
||||
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmlform.cxx,v 1.4 2001-07-03 09:42:50 mib Exp $
|
||||
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/sw/source/filter/html/htmlform.cxx,v 1.5 2001-09-13 11:02:41 vg Exp $
|
||||
|
||||
Source Code Control System - Update
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.4 2001/07/03 09:42:50 mib
|
||||
#88156#: warning for unconvertable chars
|
||||
|
||||
Revision 1.3 2001/07/03 07:49:47 mib
|
||||
#88156#: warning for unconvertable chars
|
||||
|
||||
|
|
Loading…
Reference in a new issue