From f882f55567533bb400b6d87915cc489ff98ef6df Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 5 Jun 2001 10:28:25 +0000 Subject: #87772# friend declaration added to SeqLangSvcEntry_Spell --- linguistic/source/spelldsp.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'linguistic') diff --git a/linguistic/source/spelldsp.hxx b/linguistic/source/spelldsp.hxx index 8516661069d3..44c066f98059 100644 --- a/linguistic/source/spelldsp.hxx +++ b/linguistic/source/spelldsp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: spelldsp.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: tl $ $Date: 2001-01-25 10:56:16 $ + * last change: $Author: tl $ $Date: 2001-06-05 11:28:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -100,6 +100,9 @@ class LngSvcMgr; class SeqLangSvcEntry_Spell { friend class SpellCheckerDispatcher; + friend static BOOL SvcListHasLanguage( + const SeqLangSvcEntry_Spell &rEntry, + INT16 nLanguage ); ::com::sun::star::uno::Sequence< ::rtl::OUString > aSvcImplNames; ::com::sun::star::uno::Sequence< -- cgit