From 5c82c9588ef4b72e00e8bf412ab9b80171159b58 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 31 Jul 2011 00:53:27 +0200 Subject: Revert a specific line. --- xmloff/source/text/XMLTextNumRuleInfo.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff/source/text') 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#) -- cgit