summaryrefslogtreecommitdiff
path: root/lingucomponent
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-03-27 08:05:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-03-27 08:05:43 +0000
commitef9835a75808d7a791c710f23e8f3739f87f40d1 (patch)
treee69bf0d0d805cf2949afdf796ebd9c1b6b40463c /lingucomponent
parent87d30919399df92fbf5db17b8d343055dad1f453 (diff)
#i10000# operator == is included form lingutil.hxx
Diffstat (limited to 'lingucomponent')
-rw-r--r--lingucomponent/source/spellcheck/macosxspell/macspellimp.cxx13
1 files 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() )
{