summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionExport.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-09-24 12:40:55 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-09-24 12:40:55 +0000
commit72ac0948794148caed009f8f2749f620d93a9a66 (patch)
tree39ecfe11775e66fa524a13b56a28a2fe809ed2c6 /xmloff/source/text/XMLSectionExport.hxx
parent9045c52a7fe9512754fc51404349d59866d7b436 (diff)
#91636# use new SvXMLExport methods for improved error handling
Diffstat (limited to 'xmloff/source/text/XMLSectionExport.hxx')
-rw-r--r--xmloff/source/text/XMLSectionExport.hxx17
1 files changed, 3 insertions, 14 deletions
diff --git a/xmloff/source/text/XMLSectionExport.hxx b/xmloff/source/text/XMLSectionExport.hxx
index cb381dadd5a8..81ff968a5750 100644
--- a/xmloff/source/text/XMLSectionExport.hxx
+++ b/xmloff/source/text/XMLSectionExport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionExport.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: dvo $ $Date: 2001-08-27 17:18:32 $
+ * last change: $Author: dvo $ $Date: 2001-09-24 13:40:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -157,7 +157,6 @@ class XMLSectionExport
const ::rtl::OUString sMainEntryCharacterStyleName;
const ::rtl::OUString sParaStyleHeading;
const ::rtl::OUString sParaStyleLevel;
- const ::rtl::OUString sSection;
const ::rtl::OUString sTitle;
const ::rtl::OUString sName;
const ::rtl::OUString sUseAlphabeticalSeparators;
@@ -175,16 +174,6 @@ class XMLSectionExport
const ::rtl::OUString sContentSection;
const ::rtl::OUString sHeaderSection;
- const ::rtl::OUString sTableOfContent;
- const ::rtl::OUString sIllustrationIndex;
- const ::rtl::OUString sTableIndex;
- const ::rtl::OUString sAlphabeticalIndex;
- const ::rtl::OUString sObjectIndex;
- const ::rtl::OUString sBibliography;
- const ::rtl::OUString sUserIndex;
- const ::rtl::OUString sIndexBody;
- const ::rtl::OUString sIndexTitle;
-
const ::rtl::OUString sTextSection;
const ::rtl::OUString sIsGlobalDocumentSection;
const ::rtl::OUString sProtectionKey;
@@ -341,7 +330,7 @@ protected:
* should have been set at GetExport() before calling this method.
*/
void ExportBaseIndexStart(
- const ::rtl::OUString sElementName,
+ ::xmloff::token::XMLTokenEnum eElement,
const ::com::sun::star::uno::Reference <
::com::sun::star::beans::XPropertySet > & rSection);