diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-07-31 00:53:27 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-07-31 00:53:27 +0200 |
commit | 5c82c9588ef4b72e00e8bf412ab9b80171159b58 (patch) | |
tree | 7fb0622498cec941587ff1dd6670bdf80b66c1a7 /xmloff | |
parent | 4f4139a28679794b8372ea723a78c8834c56843e (diff) |
Revert a specific line.
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLTextNumRuleInfo.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/source/text/XMLTextNumRuleInfo.hxx b/xmloff/source/text/XMLTextNumRuleInfo.hxx index 66c5f666a25e..d03370eb6feb 100644 --- a/xmloff/source/text/XMLTextNumRuleInfo.hxx +++ b/xmloff/source/text/XMLTextNumRuleInfo.hxx @@ -159,7 +159,6 @@ inline XMLTextNumRuleInfo& XMLTextNumRuleInfo::operator=( msListId = rInfo.msListId; mnListStartValue = rInfo.mnListStartValue; mnListLevel = rInfo.mnListLevel; - mnListLevelStartValue = rInfo.mnListLevelStartValue; mbIsNumbered = rInfo.mbIsNumbered; mbIsRestart = rInfo.mbIsRestart; // Written OpenDocument file format doesn't fit to the created text document (#i69627#) |