summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/forms/elementexport.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/forms/elementexport.cxx b/xmloff/source/forms/elementexport.cxx
index 9201805075e3..3a79efc2cd53 100644
--- a/xmloff/source/forms/elementexport.cxx
+++ b/xmloff/source/forms/elementexport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: elementexport.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: jl $ $Date: 2001-03-21 16:54:16 $
+ * last change: $Author: fs $ $Date: 2001-03-28 13:06:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1428,7 +1428,7 @@ namespace xmloff
};
static sal_Int32 nEnumPropertyAttrDefaults[] =
{
- FormSubmitEncoding_URL, FormSubmitMethod_GET, CommandType::COMMAND, NavigationBarMode_NONE, TabulatorCycle_RECORDS
+ FormSubmitEncoding_URL, FormSubmitMethod_GET, CommandType::COMMAND, NavigationBarMode_CURRENT, TabulatorCycle_RECORDS
};
sal_Int32 nIdCount = sizeof(eEnumPropertyIds) / sizeof(eEnumPropertyIds[0]);
#ifdef DBG_UTIL
@@ -1471,6 +1471,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.12 2001/03/21 16:54:16 jl
+ * Replaced OSL_ENSHURE by OSL_ENSURE
+ *
* Revision 1.11 2001/03/16 14:36:39 sab
* did the required change (move of extract.hxx form cppuhelper to comphelper)
*