diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 08:23:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-24 08:23:32 +0000 |
commit | 0aa1f39ae82522a66a4b37e99341882a5b0b5def (patch) | |
tree | 6cc7fbb4f00ac56a6e866ced5d8f1b6fa1699c1a /sc | |
parent | d8f3664bf8bd787ed5c478684a2c2071d101a53c (diff) |
INTEGRATION: CWS celltrans01 (1.24.28); FILE MERGED
2007/07/17 15:52:30 kohei 1.24.28.1: committed the patch from i77996.
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/interpr5.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx index 92c4436e20d2..7ce885c185de 100644 --- a/sc/source/core/tool/interpr5.cxx +++ b/sc/source/core/tool/interpr5.cxx @@ -4,9 +4,9 @@ * * $RCSfile: interpr5.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: obo $ $Date: 2007-07-17 13:33:07 $ + * last change: $Author: rt $ $Date: 2007-07-24 09:23:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,6 +61,7 @@ #include "dociter.hxx" #include "scmatrix.hxx" #include "globstr.hrc" +#include "cellkeytranslator.hxx" const double fInvEpsilon = 1.0E-7; @@ -3977,6 +3978,7 @@ void ScInterpreter::ScInfo() if( MustHaveParamCount( GetByte(), 1 ) ) { String aStr = String( GetString() ).ToUpperAscii(); + ScCellKeywordTranslator::transKeyword(aStr, ScGlobal::pLocale, ocInfo); if( aStr.EqualsAscii( "SYSTEM" ) ) PushString( String( RTL_CONSTASCII_USTRINGPARAM( SC_INFO_OSVERSION ) ) ); else if( aStr.EqualsAscii( "OSVERSION" ) ) |