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/inc/XMLIndexBibliographyConfigurationContext.hxx | |
parent | 154a9851c97825b7d6a7ec777f7331c6a872e625 (diff) |
- fixed: bibliography and line numbering config not overwritten in insert and block modes
Diffstat (limited to 'xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx')
-rw-r--r-- | xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx index 79bb71110009..8c9825f70eea 100644 --- a/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx +++ b/xmloff/inc/XMLIndexBibliographyConfigurationContext.hxx @@ -2,9 +2,9 @@ * * $RCSfile: XMLIndexBibliographyConfigurationContext.hxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: dvo $ $Date: 2000-12-02 21:43:37 $ + * 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 @@ -128,7 +128,7 @@ protected: const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList> & xAttrList); - virtual void EndElement(); + virtual void CreateAndInsert( sal_Bool bOverwrite ); virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, |