[Libreoffice-commits] .: autodoc/source
David Tardon
dtardon at kemper.freedesktop.org
Thu Dec 23 03:14:51 PST 2010
autodoc/source/display/html/opageenv.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 57dbf505733055d2639b5affe046bf764f498719
Author: David Tardon <dtardon at redhat.com>
Date: Thu Dec 23 11:16:34 2010 +0100
suppress compiler warning
diff --git a/autodoc/source/display/html/opageenv.cxx b/autodoc/source/display/html/opageenv.cxx
index d52fdc1..d7fd507 100644
--- a/autodoc/source/display/html/opageenv.cxx
+++ b/autodoc/source/display/html/opageenv.cxx
@@ -357,7 +357,7 @@ OuputPage_Environment::SetFile_AllDefs()
void
OuputPage_Environment::SetFile_Index( char i_cLetter )
{
- csv_assert( 'A' <= i_cLetter AND i_cLetter <= 'Z' OR i_cLetter == '_' );
+ csv_assert( ( 'A' <= i_cLetter AND i_cLetter <= 'Z' ) OR i_cLetter == '_' );
static StreamStr sIndexFileName(40);
sIndexFileName.seekp(0);
More information about the Libreoffice-commits
mailing list