[PATCH] cppCheck: remove dead assignment and dead variables

2012-11-23 Thread Christophe JAILLET (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1153 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/53/1153/1 cppCheck: remove dead assignment and dead variables Change-Id: I3f0eae93be7f362ff70f8a544c46cd500d2ca50c Signed-

[PATCH] cppCheck: remove dead assignment + a little formatting

2012-11-09 Thread Christophe JAILLET (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1019 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/19/1019/1 cppCheck: remove dead assignment + a little formatting Change-Id: I78f7f7ae7373e00e0750abc4566c71a8b9c1640a Sign

[PATCH] cppCheck: remove dead assignment

2012-11-09 Thread Christophe JAILLET (via Code Review)
Hi, I have submitted a patch for review: https://gerrit.libreoffice.org/1018 To pull it, you can do: git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/18/1018/1 cppCheck: remove dead assignment Change-Id: Iea8388c16de3399853dc384e7df6bfcc92170ea2 Signed-off-by: jailletc36