summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLLineNumberingImportContext.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-01-25 10:35:25 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-01-25 10:35:25 +0000
commit3120239dd3c346c6bce5bfa4de3e95670433a307 (patch)
treec9e24c88558868dc513ddcac5f89229ed840276a /xmloff/source/text/XMLLineNumberingImportContext.cxx
parent154a9851c97825b7d6a7ec777f7331c6a872e625 (diff)
- fixed: bibliography and line numbering config not overwritten in insert and block modes
Diffstat (limited to 'xmloff/source/text/XMLLineNumberingImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLLineNumberingImportContext.cxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLLineNumberingImportContext.cxx b/xmloff/source/text/XMLLineNumberingImportContext.cxx
index bdb4e7ad58b3..8aa3407950ff 100644
--- a/xmloff/source/text/XMLLineNumberingImportContext.cxx
+++ b/xmloff/source/text/XMLLineNumberingImportContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLLineNumberingImportContext.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * 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
@@ -285,8 +285,11 @@ void XMLLineNumberingImportContext::ProcessAttribute(
}
}
-void XMLLineNumberingImportContext::EndElement()
+void XMLLineNumberingImportContext::CreateAndInsert(
+ sal_Bool bOverwrite)
{
+ // insert and block mode is handled in insertStyleFamily
+
// we'll try to get the LineNumberingProperties
Reference<XLineNumberingProperties> xSupplier(GetImport().GetModel(),
UNO_QUERY);