From 4dc89386338260bc2b288b5bfbf67fcc3a2982b3 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 13 Sep 2001 08:38:55 +0000 Subject: #65293# exceptions for solaris --- sc/inc/textuno.hxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sc/inc/textuno.hxx') diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 6b1c8b865005..82047c5c7ba6 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: textuno.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: nn $ $Date: 2001-07-31 17:56:45 $ + * last change: $Author: obo $ $Date: 2001-09-13 09:38:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -309,7 +309,7 @@ class ScCellTextCursor : public SvxUnoTextCursor public: ScCellTextCursor(const ScCellTextCursor& rOther); ScCellTextCursor(ScCellObj& rText); - virtual ~ScCellTextCursor(); + virtual ~ScCellTextCursor() throw(); // SvxUnoTextCursor methods reimplemented here: virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > SAL_CALL @@ -337,7 +337,7 @@ private: public: ScHeaderFooterTextCursor(const ScHeaderFooterTextCursor& rOther); ScHeaderFooterTextCursor(ScHeaderFooterTextObj& rText); - virtual ~ScHeaderFooterTextCursor(); + virtual ~ScHeaderFooterTextCursor() throw(); // SvxUnoTextCursor methods reimplemented here: virtual ::com::sun::star::uno::Reference< ::com::sun::star::text::XText > SAL_CALL @@ -381,7 +381,7 @@ class ScEditEngineTextObj : public ScSimpleEditSourceHelper, public SvxUnoText { public: ScEditEngineTextObj(); - virtual ~ScEditEngineTextObj(); + virtual ~ScEditEngineTextObj() throw(); void SetText( const String& rStr ); void SetText( const EditTextObject& rTextObject ); @@ -429,7 +429,7 @@ class ScCellTextObj : public ScCellTextData, public SvxUnoText { public: ScCellTextObj(ScDocShell* pDocSh, const ScAddress& rP); - virtual ~ScCellTextObj(); + virtual ~ScCellTextObj() throw(); }; -- cgit