summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 14:59:06 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 14:59:06 +0000
commit60f51de1b9f4582550c6bae1e9ab092762f5e25e (patch)
treefd8e05f8c138b6fe086fa98abd55f9ff277d6c82 /sc
parent5e022341d82e285a631df1b6ec5aa6c2e6a65255 (diff)
INTEGRATION: CWS odff (1.15.326); FILE MERGED
2008/02/27 18:34:15 er 1.15.326.2: RESYNC: (1.15-1.16); FILE MERGED 2008/02/15 14:23:05 er 1.15.326.1: #i81063# grammar here, grammar there, grammar everywhere
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx26
1 files changed, 14 insertions, 12 deletions
diff --git a/sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx b/sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx
index 3ae61086bc87..0dcc88e91f90 100644
--- a/sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx
+++ b/sc/source/filter/xml/XMLChangeTrackingImportHelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLChangeTrackingImportHelper.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2008-01-29 15:33:44 $
+ * last change: $Author: kz $ $Date: 2008-03-06 15:59:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -53,18 +53,20 @@ struct ScMyActionInfo
struct ScMyCellInfo
{
- ScBaseCell* pCell;
- rtl::OUString sFormulaAddress;
- rtl::OUString sFormula;
- String sInputString;
- double fValue;
- sal_Int32 nMatrixCols;
- sal_Int32 nMatrixRows;
- sal_uInt16 nType;
- sal_uInt8 nMatrixFlag;
+ ScBaseCell* pCell;
+ rtl::OUString sFormulaAddress;
+ rtl::OUString sFormula;
+ String sInputString;
+ double fValue;
+ sal_Int32 nMatrixCols;
+ sal_Int32 nMatrixRows;
+ ScGrammar::Grammar eGrammar;
+ sal_uInt16 nType;
+ sal_uInt8 nMatrixFlag;
ScMyCellInfo();
- ScMyCellInfo(ScBaseCell* pCell, const rtl::OUString& sFormulaAddress, const rtl::OUString& sFormula, const rtl::OUString& sInputString,
+ ScMyCellInfo(ScBaseCell* pCell, const rtl::OUString& sFormulaAddress, const rtl::OUString& sFormula,
+ const ScGrammar::Grammar eGrammar, const rtl::OUString& sInputString,
const double& fValue, const sal_uInt16 nType, const sal_uInt8 nMatrixFlag, const sal_Int32 nMatrixCols,
const sal_Int32 nMatrixRows);
~ScMyCellInfo();