summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfunc.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:30:10 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2006-10-18 11:30:10 +0000
commit6a4ea043cc40951ca9677f5465508ff4151d3f16 (patch)
tree35e66c5289c38f1363f8ccfc9ebb2b5d69983f30 /sc/source/ui/view/viewfunc.cxx
parent53b8ae7295c0241393484b9b1475822fb2d3cb36 (diff)
INTEGRATION: CWS scr1c1 (1.33.58); FILE MERGED
2006/09/07 14:21:00 jodygoldberg 1.33.58.1: Issue number: 20857 Submitted by: jodygoldberg Implements the the core changes to support parsing and generating cell/range references in different formats (XL R1C1/A1) along with some tools for using the new types. This adds two new functions XL_INDIRECT XL_ADDRESS but does _not_ connect them in the xls importer. Nor does the patch make any UI changes. Those will need to be discussed. The OOo parser/generator should not be impacted by the changes.
Diffstat (limited to 'sc/source/ui/view/viewfunc.cxx')
-rw-r--r--sc/source/ui/view/viewfunc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/view/viewfunc.cxx b/sc/source/ui/view/viewfunc.cxx
index e4f0516fd..c41f31fe3 100644
--- a/sc/source/ui/view/viewfunc.cxx
+++ b/sc/source/ui/view/viewfunc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: viewfunc.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 15:26:39 $
+ * last change: $Author: ihi $ $Date: 2006-10-18 12:30:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -829,7 +829,7 @@ void ScViewFunc::EnterMatrix( const String& rString )
SCCOL nCol = pData->GetCurX();
SCROW nRow = pData->GetCurY();
SCTAB nTab = pData->GetTabNo();
- ScFormulaCell aFormCell( pDoc, ScAddress(nCol,nRow,nTab), rString, MM_FORMULA );
+ ScFormulaCell aFormCell( pDoc, ScAddress(nCol,nRow,nTab), rString, ScAddress::CONV_UNSPECIFIED, MM_FORMULA );
SCSIZE nSizeX;
SCSIZE nSizeY;