diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2000-10-25 07:49:58 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2000-10-25 07:49:58 +0000 |
commit | 252fd04f420278aec3055f3e5c3c05b2b66951e4 (patch) | |
tree | eb0d0d00296152d2bf6dddbd562d608d18e58bad /xmloff | |
parent | d37052f7ccd36f2b5a6ba1d632dfb3a6acd212c7 (diff) |
- fixed: sXML_master_page_name (instead of sXML_page_master_name)
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx | 6 | ||||
-rw-r--r-- | xmloff/source/text/txtftne.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx b/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx index aee9c7449a73..1e21fad10a14 100644 --- a/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx +++ b/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLFootnoteConfigurationImportContext.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: dvo $ $Date: 2000-09-27 15:58:44 $ + * last change: $Author: dvo $ $Date: 2000-10-25 08:49:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -269,7 +269,7 @@ static __FAR_DATA SvXMLTokenMapEntry aTextFieldAttrTokenMap[] = // XML_TOK_FTNCONFIG_ANCHOR_STYLENAME }, { XML_NAMESPACE_TEXT, sXML_default_style_name, XML_TOK_FTNCONFIG_DEFAULT_STYLENAME }, - { XML_NAMESPACE_TEXT, sXML_page_master_name, + { XML_NAMESPACE_TEXT, sXML_master_page_name, XML_TOK_FTNCONFIG_PAGE_STYLENAME }, { XML_NAMESPACE_TEXT, sXML_offset, XML_TOK_FTNCONFIG_OFFSET }, { XML_NAMESPACE_TEXT, sXML_num_prefix, XML_TOK_FTNCONFIG_NUM_PREFIX }, diff --git a/xmloff/source/text/txtftne.cxx b/xmloff/source/text/txtftne.cxx index d8a106d4f6c8..6a0de6868dc7 100644 --- a/xmloff/source/text/txtftne.cxx +++ b/xmloff/source/text/txtftne.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtftne.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: dvo $ $Date: 2000-09-27 15:58:45 $ + * last change: $Author: dvo $ $Date: 2000-10-25 08:49:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -302,7 +302,7 @@ void XMLTextParagraphExport::exportTextFootnoteConfigurationHelper( // page style aAny = rFootnoteConfig->getPropertyValue(sPageStyleName); aAny >>= sTmp; - GetExport().AddAttribute(XML_NAMESPACE_TEXT, sXML_page_master_name, + GetExport().AddAttribute(XML_NAMESPACE_TEXT, sXML_master_page_name, sTmp); // numbering style |