diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-25 10:35:25 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-01-25 10:35:25 +0000 |
commit | 3120239dd3c346c6bce5bfa4de3e95670433a307 (patch) | |
tree | c9e24c88558868dc513ddcac5f89229ed840276a /xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx | |
parent | 154a9851c97825b7d6a7ec777f7331c6a872e625 (diff) |
- fixed: bibliography and line numbering config not overwritten in insert and block modes
Diffstat (limited to 'xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx')
-rw-r--r-- | xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx index 8e7e367ea718..6a10696386d1 100644 --- a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx +++ b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLIndexBibliographyConfigurationContext.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: cl $ $Date: 2001-01-16 22:19:14 $ + * last change: $Author: dvo $ $Date: 2001-01-25 11:35:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -273,10 +273,13 @@ SvXMLImportContext *XMLIndexBibliographyConfigurationContext::CreateChildContext xAttrList); } -void XMLIndexBibliographyConfigurationContext::EndElement() +void XMLIndexBibliographyConfigurationContext::CreateAndInsert( + sal_Bool bOverwrite) { // (code almost the same as export...) + // insert and block mode is handled in insertStyleFamily + // first: get field master // (we'll create one, and get the only master for this type) Reference<XMultiServiceFactory> xFactory(GetImport().GetModel(),UNO_QUERY); |