From 2b1cfb99da4cf4057a6fcea988d7d390f3d16f13 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 7 Jun 2001 14:33:07 +0000 Subject: #65293# removed static declaration --- linguistic/source/spelldsp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linguistic') diff --git a/linguistic/source/spelldsp.cxx b/linguistic/source/spelldsp.cxx index 6e27406513a5..3ec1841480dc 100644 --- a/linguistic/source/spelldsp.cxx +++ b/linguistic/source/spelldsp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: spelldsp.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: tl $ $Date: 2001-06-05 11:30:48 $ + * last change: $Author: vg $ $Date: 2001-06-07 15:33:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -109,7 +109,7 @@ using namespace linguistic; /////////////////////////////////////////////////////////////////////////// -static BOOL SvcListHasLanguage( +BOOL SvcListHasLanguage( const SeqLangSvcEntry_Spell &rEntry, INT16 nLanguage ) { -- cgit