From 17b526c3e94416c837d17f780d3dc734bc22896c Mon Sep 17 00:00:00 2001 From: nidd Date: Thu, 28 Feb 2002 14:44:10 +0000 Subject: [PATCH] Fixed bug with gcc 3.X. --- .../source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index d47fd3ee51f4..0d2f8112fc2a 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hyphenimp.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: nidd $ $Date: 2001-12-25 08:24:12 $ + * last change: $Author: nidd $ $Date: 2002-02-28 15:44:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -233,6 +233,8 @@ Hyphenator::hyphenate( const ::rtl::OUString& aWord, const ::com::sun::star::lang::Locale& aLocale, sal_Int16 nMaxLeading, const ::com::sun::star::beans::PropertyValues& aProperties ) + throw (com::sun::star::uno::RuntimeException, + com::sun::star::lang::IllegalArgumentException) { SvtPathOptions aPathOpt; CharClass chclass( rSMgr, aLocale );