summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/validate.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 12:15:13 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 12:15:13 +0000
commit9dd16a57ac5fb7be0cbce8b5349be9762983bae3 (patch)
tree58be9c1c4e5d2d57edf70d623e7b85c84da28c04 /sc/source/ui/dbgui/validate.cxx
parent7e635ca279c76fe2e1acf04d33df2ed173f2ed22 (diff)
INTEGRATION: CWS xmlfilter02 (1.16.18); FILE MERGED
2007/08/14 18:32:02 er 1.16.18.1: #i75682# Compiler OpCodeMap
Diffstat (limited to 'sc/source/ui/dbgui/validate.cxx')
-rw-r--r--sc/source/ui/dbgui/validate.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/dbgui/validate.cxx b/sc/source/ui/dbgui/validate.cxx
index 54d0fb34b3e2..1fdb0bfba312 100644
--- a/sc/source/ui/dbgui/validate.cxx
+++ b/sc/source/ui/dbgui/validate.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: validate.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 13:05:45 $
+ * last change: $Author: obo $ $Date: 2008-01-10 13:15:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -250,9 +250,9 @@ ScTPValidationValue::ScTPValidationValue( Window* pParent, const SfxItemSet& rAr
// list separator in formulas
//CHINA001 const String& rListSep = ScCompiler::pSymbolTableNative[ ocSep ];
- const String& rListSep = ::GetScCompilerpSymbolTableNative()[ocSep]; //CHINA001
- DBG_ASSERT( rListSep.Len() == 1, "ScTPValidationValue::ScTPValidationValue - list separator error" );
- mcFmlaSep = rListSep.Len() ? rListSep.GetChar( 0 ) : ';';
+ String aListSep = ::GetScCompilerNativeSymbol( ocSep ); //CHINA001
+ DBG_ASSERT( aListSep.Len() == 1, "ScTPValidationValue::ScTPValidationValue - list separator error" );
+ mcFmlaSep = aListSep.Len() ? aListSep.GetChar( 0 ) : ';';
}
ScTPValidationValue::~ScTPValidationValue()