diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-04-25 13:50:24 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-04-25 13:50:24 +0000 |
commit | e899aa6bc75f7f2f4b7983d280170c892fed8eb3 (patch) | |
tree | 9ce11d4eaa1e1f3b8194aea46e789e57362ba751 /sw/inc/unoatxt.hxx | |
parent | 7d26453587ed129f987ff586eabb66447068c0ba (diff) |
exception specification to ..._createInstance function added
(definition now matches implementation)
Diffstat (limited to 'sw/inc/unoatxt.hxx')
-rw-r--r-- | sw/inc/unoatxt.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 < |