summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2001-06-07 14:33:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2001-06-07 14:33:07 +0000
commit2b1cfb99da4cf4057a6fcea988d7d390f3d16f13 (patch)
tree15457ace2e6a4d5b6c4dcd1d2a0776815985b726 /linguistic
parent06c37cbdc73e6ebdea52e96ae66dd069adf5295f (diff)
#65293# removed static declaration
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/spelldsp.cxx6
1 files changed, 3 insertions, 3 deletions
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 )
{