From ef9835a75808d7a791c710f23e8f3739f87f40d1 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 27 Mar 2008 08:05:43 +0000 Subject: [PATCH] #i10000# operator == is included form lingutil.hxx --- .../source/spellcheck/macosxspell/macspellimp.cxx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx b/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx index bdf6384cc330..90e592ca343e 100644 --- a/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx +++ b/lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx @@ -4,9 +4,9 @@ * * $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 terms of GNU Lesser General Public License Version 2.1. @@ -119,15 +119,6 @@ const sal_Char *dbg_dump(rtl_uString *pStr) #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() : aEvtListeners ( GetLinguMutex() ) {