From a24565e1ba0c697055f218ac841d42bab89a241f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 5 Jun 2001 12:54:51 +0000 Subject: #87772# static modifier removed from friend declaration --- linguistic/source/spelldsp.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linguistic') diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx index 44c066f98059..dcbf41a8bd5b 100644 --- a/linguistic/source/spelldsp.hxx +++ b/linguistic/source/spelldsp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: spelldsp.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: tl $ $Date: 2001-06-05 11:28:25 $ + * last change: $Author: tl $ $Date: 2001-06-05 13:54:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,7 +100,7 @@ class LngSvcMgr; class SeqLangSvcEntry_Spell { friend class SpellCheckerDispatcher; - friend static BOOL SvcListHasLanguage( + friend BOOL SvcListHasLanguage( const SeqLangSvcEntry_Spell &rEntry, INT16 nLanguage ); -- cgit