summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-14 14:59:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-14 15:01:42 +0100
commit9fecabec60d63b2b5eefafc81308f13f770e67b9 (patch)
tree538cfc6bd5e7d436394e154fdb2d15dee8aafd09 /sc
parentdffe40bc4e8be7c845d66a8118248d02dd70a707 (diff)
Resolves: fdo#83633 remove additional ++i
Regression from 63ea2d467b50452ae0cab18b4151107a747ae70d Date: Wed Jul 2 19:10:24 2014 +0200 replace while with for Change-Id: I151e447446b9793cff6abe7633eca4d11059a390
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/xmlstyle.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlstyle.cxx b/sc/source/filter/xml/xmlstyle.cxx
index 0a05a563e753..50fe78736adc 100644
--- a/sc/source/filter/xml/xmlstyle.cxx
+++ b/sc/source/filter/xml/xmlstyle.cxx
@@ -671,7 +671,6 @@ void ScXMLAutoStylePoolP::exportStyleAttributes(
}
break;
}
- ++i;
}
}
}