diff options
author | Michael Brauer <mib@openoffice.org> | 2000-10-31 08:00:40 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2000-10-31 08:00:40 +0000 |
commit | b08f3557f32ec39e7d634c4352b73568179f995b (patch) | |
tree | 04aa26f7190854ffddb1d5a942136c6fd6b5a49a /xmloff/source/text/txtimp.cxx | |
parent | 2bb41126f4bd5a33a5635cfc61ef2eddcc959972 (diff) |
#78008#: numbering rules export does not rely on a name any longer
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx index cadb472bfcbb..5dd07d9d2d00 100644 --- a/xmloff/source/text/txtimp.cxx +++ b/xmloff/source/text/txtimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtimp.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: mib $ $Date: 2000-10-26 09:25:33 $ + * last change: $Author: mib $ $Date: 2000-10-31 09:00:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -427,7 +427,6 @@ XMLTextImportHelper::XMLTextImportHelper( sNumberingLevel(RTL_CONSTASCII_USTRINGPARAM("NumberingLevel")), sNumberingStartValue(RTL_CONSTASCII_USTRINGPARAM("NumberingStartValue")), sParaIsNumberingRestart(RTL_CONSTASCII_USTRINGPARAM("ParaIsNumberingRestart")), - sNumberingStyleName(RTL_CONSTASCII_USTRINGPARAM("NumberingStyleName")), sNumberingRules(RTL_CONSTASCII_USTRINGPARAM("NumberingRules")), sSequenceNumber(RTL_CONSTASCII_USTRINGPARAM("SequenceNumber")), sSourceName(RTL_CONSTASCII_USTRINGPARAM("SourceName")), |