From e899aa6bc75f7f2f4b7983d280170c892fed8eb3 Mon Sep 17 00:00:00 2001 From: Daniel Vogelheim Date: Wed, 25 Apr 2001 13:50:24 +0000 Subject: exception specification to ..._createInstance function added (definition now matches implementation) --- sw/inc/unoatxt.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sw/inc/unoatxt.hxx') diff --git a/sw/inc/unoatxt.hxx b/sw/inc/unoatxt.hxx index c18020dd4427..65cde6a28b5f 100644 --- a/sw/inc/unoatxt.hxx +++ b/sw/inc/unoatxt.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unoatxt.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: os $ $Date: 2001-04-19 14:08:56 $ + * last change: $Author: dvo $ $Date: 2001-04-25 14:50:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -121,7 +121,7 @@ class SwDoc; ******************************************************************************/ ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL SwXAutoTextContainer_createInstance( - const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & ); + const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & ) throw ( ::com::sun::star::uno::Exception ); class SwXAutoTextContainer : public cppu::WeakImplHelper3 < -- cgit