INTEGRATION: CWS ab42 (1.3.38); FILE MERGED

2008/01/07 13:17:23 ab 1.3.38.1: #i82278# Fixed closest match algorithm
This commit is contained in:
Vladimir Glazounov
2008-01-28 12:58:33 +00:00
parent b3bbdd5d59
commit 888598a33e

View File

@@ -4,9 +4,9 @@
*
* $RCSfile: stringresource.hxx,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: rt $ $Date: 2007-01-29 16:26:34 $
* last change: $Author: vg $ $Date: 2008-01-28 13:58:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -192,6 +192,10 @@ protected:
LocaleItem* getItemForLocale( const ::com::sun::star::lang::Locale& locale, sal_Bool bException )
throw (::com::sun::star::lang::IllegalArgumentException);
// Returns the LocalItem for a given locale, if it exists, otherwise NULL
// This method performes a closest match search, at least the language must match
LocaleItem* getClosestMatchItemForLocale( const ::com::sun::star::lang::Locale& locale );
void implModified( void );
void implNotifyListeners( void );