summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlbodyi.hxx
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2004-04-20 12:57:05 +0000
committerSander Vesik <svesik@openoffice.org>2004-04-20 12:57:05 +0000
commitcb0fd4420b9d521d2ed68eaaa4babc0f9a113359 (patch)
treeb7b17a817c2b648504403aa897334a1f909825ec /sc/source/filter/xml/xmlbodyi.hxx
parent95acc57193fb6e39509d9516152e3a99f3048687 (diff)
INTEGRATION: CWS sab013 (1.5.388); FILE MERGED
2004/02/10 12:55:43 sab 1.5.388.1: #111055#; set defaults of calculation settings if there is no calculation settings element
Diffstat (limited to 'sc/source/filter/xml/xmlbodyi.hxx')
-rw-r--r--sc/source/filter/xml/xmlbodyi.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmlbodyi.hxx b/sc/source/filter/xml/xmlbodyi.hxx
index 2670810bde12..e0264f0e75bd 100644
--- a/sc/source/filter/xml/xmlbodyi.hxx
+++ b/sc/source/filter/xml/xmlbodyi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlbodyi.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: nn $ $Date: 2001-03-16 14:16:30 $
+ * last change: $Author: svesik $ $Date: 2004-04-20 13:57:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,8 @@ class ScXMLChangeTrackingImportHelper;
class ScXMLBodyContext : public SvXMLImportContext
{
rtl::OUString sPassword;
- sal_Bool bProtected : 1;
+ sal_Bool bProtected;
+ sal_Bool bHadCalculationSettings;
ScXMLChangeTrackingImportHelper* pChangeTrackingImportHelper;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }