summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 16:37:10 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 16:37:10 +0000
commit95c46056444e8da7b224acb4233b93bf4c4f4b09 (patch)
tree50c37252fdc5ab337ee58ef458424c47e815b292 /linguistic
parentb56b1da5c1fb7245c86b3ad849f44afbe9aa7a56 (diff)
INTEGRATION: CWS gcc41 (1.12.16); FILE MERGED
2005/12/07 13:23:35 pmladek 1.12.16.1: #i58967# Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngopt.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/lngopt.hxx b/linguistic/source/lngopt.hxx
index a3aea98e333b..95aeb3a2ed59 100644
--- a/linguistic/source/lngopt.hxx
+++ b/linguistic/source/lngopt.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: lngopt.hxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 19:53:21 $
+ * last change: $Author: obo $ $Date: 2006-01-19 17:37:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -110,7 +110,7 @@ class LinguOptions
//! uses default assignment-operator
- BOOL LinguOptions::SetLocale_Impl( INT16 &rLanguage,
+ BOOL SetLocale_Impl( INT16 &rLanguage,
::com::sun::star::uno::Any &rOld,
const ::com::sun::star::uno::Any &rVal);