summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/gridwin.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 12:20:19 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 12:20:19 +0000
commitdd69b911334a348b1ca9f6fa70b1f6cc7f4fff44 (patch)
tree965c24283a1ca9bb05c4803a7e035a37fd8bae12 /sc/source/ui/view/gridwin.cxx
parent2a3838ce3e520444f26042e5114a6ab463b5cf57 (diff)
INTEGRATION: CWS xmlfilter02 (1.82.12); FILE MERGED
2007/12/12 10:09:53 dr 1.82.12.3: RESYNC: (1.85-1.87); FILE MERGED 2007/10/04 09:22:56 os 1.82.12.2: RESYNC: (1.82-1.85); FILE MERGED 2007/08/14 18:32:03 er 1.82.12.1: #i75682# Compiler OpCodeMap
Diffstat (limited to 'sc/source/ui/view/gridwin.cxx')
-rw-r--r--sc/source/ui/view/gridwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index fcc2c58b5f47..6fcce62e4ba6 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: gridwin.cxx,v $
*
- * $Revision: 1.88 $
+ * $Revision: 1.89 $
*
- * last change: $Author: kz $ $Date: 2007-12-12 13:21:19 $
+ * last change: $Author: obo $ $Date: 2008-01-10 13:20:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -3896,7 +3896,7 @@ sal_Int8 ScGridWindow::DropTransferObj( ScTransferObj* pTransObj, SCCOL nDestPos
//! use tokens
String aFormula( '=' );
- aFormula += ScCompiler::pSymbolTableNative[SC_OPCODE_DDE];
+ aFormula += ScCompiler::GetNativeSymbol(ocDde);
aFormula.AppendAscii(RTL_CONSTASCII_STRINGPARAM("(\""));
aFormula += aApp;
aFormula.AppendAscii(RTL_CONSTASCII_STRINGPARAM("\";\""));