#i10000# operator == is included form lingutil.hxx
This commit is contained in:
parent
87d3091939
commit
ef9835a758
1 changed files with 2 additions and 11 deletions
|
@ -4,9 +4,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: macspellimp.cxx,v $
|
* $RCSfile: macspellimp.cxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
*
|
*
|
||||||
* last change: $Author: hr $ $Date: 2007-11-01 17:13:29 $
|
* last change: $Author: obo $ $Date: 2008-03-27 09:05:43 $
|
||||||
*
|
*
|
||||||
* The Contents of this file are made available subject to
|
* The Contents of this file are made available subject to
|
||||||
* the terms of GNU Lesser General Public License Version 2.1.
|
* the terms of GNU Lesser General Public License Version 2.1.
|
||||||
|
@ -119,15 +119,6 @@ const sal_Char *dbg_dump(rtl_uString *pStr)
|
||||||
#endif
|
#endif
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
static BOOL operator == ( const Locale &rL1, const Locale &rL2 )
|
|
||||||
{
|
|
||||||
return rL1.Language == rL2.Language &&
|
|
||||||
rL1.Country == rL2.Country &&
|
|
||||||
rL1.Variant == rL2.Variant;
|
|
||||||
}
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
MacSpellChecker::MacSpellChecker() :
|
MacSpellChecker::MacSpellChecker() :
|
||||||
aEvtListeners ( GetLinguMutex() )
|
aEvtListeners ( GetLinguMutex() )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue