[Libreoffice-commits] .: autodoc/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 26 05:04:00 PST 2012
autodoc/source/parser_i/tokens/stmstar2.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8d87128c6bcbac26520a8fef7ae5a6256a824104
Author: jailletc36 <christophe.jaillet at wanadoo.fr>
Date: Sun Nov 25 20:39:24 2012 +0100
Remove useless comment.
Change-Id: Ica37d08671700adea3b0d48c1d72b6d26f56dcfb
Signed-off-by: jailletc36 <christophe.jaillet at wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/1169
Reviewed-by: Tomáš Chvátal <tchvatal at suse.cz>
Tested-by: Tomáš Chvátal <tchvatal at suse.cz>
diff --git a/autodoc/source/parser_i/tokens/stmstar2.cxx b/autodoc/source/parser_i/tokens/stmstar2.cxx
index 4046732..a40224e 100644
--- a/autodoc/source/parser_i/tokens/stmstar2.cxx
+++ b/autodoc/source/parser_i/tokens/stmstar2.cxx
@@ -44,10 +44,10 @@ StmArrayStatu2::StmArrayStatu2( intt i_nStatusSize,
for (const INT16 * get = in_aArrayModel; count < nNrOfBranches; count++, get++)
dpBranches[count] = *get;
}
- else //
+ else
{
memset(dpBranches, 0, nNrOfBranches);
- } // endif
+ }
}
StmArrayStatu2::~StmArrayStatu2()
More information about the Libreoffice-commits
mailing list