diff options
author | Thomas Lange <tl@openoffice.org> | 2001-06-05 12:54:51 +0000 |
---|---|---|
committer | Thomas Lange <tl@openoffice.org> | 2001-06-05 12:54:51 +0000 |
commit | a24565e1ba0c697055f218ac841d42bab89a241f (patch) | |
tree | 21dd3c05c4130f9d7ae4dcd8969fe98464620fa0 /linguistic | |
parent | b9bf2340a9c5a6e8476a07c6f578af95f12bc5b5 (diff) |
#87772# static modifier removed from friend declaration
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/spelldsp.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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 ); |