[Libreoffice-commits] .: autodoc/source
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Oct 3 04:01:27 PDT 2011
autodoc/source/ary_i/kernel/ci_text2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 302d9cc848d77abdff5d4823454471d4b519329b
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Mon Oct 3 13:49:40 2011 +0300
WaE: unreachable code
diff --git a/autodoc/source/ary_i/kernel/ci_text2.cxx b/autodoc/source/ary_i/kernel/ci_text2.cxx
index d5d60c7..00a5a7e 100644
--- a/autodoc/source/ary_i/kernel/ci_text2.cxx
+++ b/autodoc/source/ary_i/kernel/ci_text2.cxx
@@ -83,7 +83,7 @@ DocuTex2::IsEmpty() const
for ( ary::inf::DocuTex2::TokenList::const_iterator
iter = aTokens.begin();
iter != aTokens.end();
- ++iter )
+ )
{
return false;
}
More information about the Libreoffice-commits
mailing list