summaryrefslogtreecommitdiff
path: root/lingucomponent/source/hyphenator/altlinuxhyph/hyphen
diff options
context:
space:
mode:
authornidd <nidd@openoffice.org>2002-02-28 14:44:10 +0000
committernidd <nidd@openoffice.org>2002-02-28 14:44:10 +0000
commit17b526c3e94416c837d17f780d3dc734bc22896c (patch)
tree28c99030206d8ec1106db068f9cb379d8de6da23 /lingucomponent/source/hyphenator/altlinuxhyph/hyphen
parent7f4bd5e20c945ecae2cd2bc43af9cd5616e1a262 (diff)
Fixed bug with gcc 3.X.
Diffstat (limited to 'lingucomponent/source/hyphenator/altlinuxhyph/hyphen')
-rw-r--r--lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx6
1 files 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 );