summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2001-01-29 15:39:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2001-01-29 15:39:55 +0000
commit99969ddfcbd8d0354bc11421c71e06f37553fddc (patch)
treee8ee0c19390be478cf28b1766b4e8967b851e001 /linguistic
parent58644da40ad25b9b121c9f8c14e013dc70357425 (diff)
#65293# GetLangSvc and GetLangSvcList are static, so their forward declaration must be static, too
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngsvcmgr.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index c02c0f2029a5..e723500a9188 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngsvcmgr.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tl $ $Date: 2001-01-25 10:54:26 $
+ * last change: $Author: rt $ $Date: 2001-01-29 16:39:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -113,8 +113,8 @@ SV_DECL_VARARR_SORT( SortedINT16Array, INT16, 32, 32);
SV_IMPL_VARARR_SORT( SortedINT16Array, INT16 );
// forward declarations
-Sequence< OUString > GetLangSvcList( const Any &rVal );
-Sequence< OUString > GetLangSvc( const Any &rVal );
+Sequence< OUString > static GetLangSvcList( const Any &rVal );
+Sequence< OUString > static GetLangSvc( const Any &rVal );
///////////////////////////////////////////////////////////////////////////