summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlcelli.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:01:12 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:01:12 +0000
commitf052377145c5466ab86574ae95a6d498dc56be06 (patch)
treedcfa573b8468940f6e54ccce31be4d5a4666d2c0 /sc/source/filter/xml/xmlcelli.hxx
parenta3e3baad384228c8dc323ca569e1208b2db39c4e (diff)
INTEGRATION: CWS odff (1.24.158); FILE MERGED
2008/02/15 14:23:06 er 1.24.158.1: #i81063# grammar here, grammar there, grammar everywhere
Diffstat (limited to 'sc/source/filter/xml/xmlcelli.hxx')
-rw-r--r--sc/source/filter/xml/xmlcelli.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/filter/xml/xmlcelli.hxx b/sc/source/filter/xml/xmlcelli.hxx
index 4079081e25d9..a02703244758 100644
--- a/sc/source/filter/xml/xmlcelli.hxx
+++ b/sc/source/filter/xml/xmlcelli.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlcelli.hxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: vg $ $Date: 2007-02-27 12:49:30 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:01:12 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -73,6 +73,8 @@
#include <com/sun/star/document/XActionLockable.hpp>
#endif
+#include "grammar.hxx"
+
class ScXMLImport;
class OutlinerParaObject;
@@ -107,6 +109,7 @@ class ScXMLTableRowCellContext : public SvXMLImportContext
sal_Int32 nRepeatedRows;
sal_Int32 nCellsRepeated;
ScXMLImport& rXMLImport;
+ ScGrammar::Grammar eGrammar;
sal_Int16 nCellType;
sal_Bool bIsMerged;
sal_Bool bIsMatrix;