Fixed bug with gcc 3.X.

This commit is contained in:
nidd
2002-02-28 14:44:10 +00:00
parent 7f4bd5e20c
commit 17b526c3e9

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: hyphenimp.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -233,6 +233,8 @@ Hyphenator::hyphenate( const ::rtl::OUString& aWord,
const ::com::sun::star::lang::Locale& aLocale, const ::com::sun::star::lang::Locale& aLocale,
sal_Int16 nMaxLeading, sal_Int16 nMaxLeading,
const ::com::sun::star::beans::PropertyValues& aProperties ) const ::com::sun::star::beans::PropertyValues& aProperties )
throw (com::sun::star::uno::RuntimeException,
com::sun::star::lang::IllegalArgumentException)
{ {
SvtPathOptions aPathOpt; SvtPathOptions aPathOpt;
CharClass chclass( rSMgr, aLocale ); CharClass chclass( rSMgr, aLocale );