summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLLineNumberingImportContext.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-01-16 21:19:14 +0000
committerChristian Lippka <cl@openoffice.org>2001-01-16 21:19:14 +0000
commitade13663961c12b715d2d1e45c0b7d96235e4286 (patch)
tree3834b51ff011ff67ccbbc297f7aa769e45550630 /xmloff/source/text/XMLLineNumberingImportContext.cxx
parent62cad0e30d807b531fdc5e3ffda533264267e151 (diff)
#82803# removed SetFamily
Diffstat (limited to 'xmloff/source/text/XMLLineNumberingImportContext.cxx')
-rw-r--r--xmloff/source/text/XMLLineNumberingImportContext.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/xmloff/source/text/XMLLineNumberingImportContext.cxx b/xmloff/source/text/XMLLineNumberingImportContext.cxx
index b8c3a7f4c1eb..bdb4e7ad58b3 100644
--- a/xmloff/source/text/XMLLineNumberingImportContext.cxx
+++ b/xmloff/source/text/XMLLineNumberingImportContext.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLLineNumberingImportContext.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dvo $ $Date: 2000-12-11 19:14:26 $
+ * last change: $Author: cl $ $Date: 2001-01-16 22:19:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -120,7 +120,7 @@ XMLLineNumberingImportContext::XMLLineNumberingImportContext(
sal_uInt16 nPrfx,
const OUString& rLocalName,
const Reference<XAttributeList> & xAttrList) :
- SvXMLStyleContext(rImport, nPrfx, rLocalName, xAttrList),
+ SvXMLStyleContext(rImport, nPrfx, rLocalName, xAttrList, XML_STYLE_FAMILY_TEXT_LINENUMBERINGCONFIG),
sStyleName(),
sNumFormat(RTL_CONSTASCII_USTRINGPARAM(sXML_1)),
sNumLetterSync(RTL_CONSTASCII_USTRINGPARAM(sXML_false)),
@@ -145,7 +145,6 @@ XMLLineNumberingImportContext::XMLLineNumberingImportContext(
sRestartAtEachPage(RTL_CONSTASCII_USTRINGPARAM("RestartAtEachPage")),
sSeparatorInterval(RTL_CONSTASCII_USTRINGPARAM("SeparatorInterval"))
{
- SetFamily(XML_STYLE_FAMILY_TEXT_LINENUMBERINGCONFIG);
}
XMLLineNumberingImportContext::~XMLLineNumberingImportContext()