[Libreoffice-commits] .: sw/source
László Németh
nemeth at kemper.freedesktop.org
Tue Dec 13 12:38:42 PST 2011
sw/source/ui/lingu/olmenu.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e0248eb419ba923834698fd628e1c0bf34f42cc5
Author: László Németh <nemeth at numbertext.org>
Date: Tue Dec 13 21:35:25 2011 +0100
Fix FullCommentURL for grammar checking (local menu)
diff --git a/sw/source/ui/lingu/olmenu.cxx b/sw/source/ui/lingu/olmenu.cxx
index 0e1a7cd..b85dfaa 100644
--- a/sw/source/ui/lingu/olmenu.cxx
+++ b/sw/source/ui/lingu/olmenu.cxx
@@ -589,7 +589,7 @@ aInfo16( SW_RES(IMG_INFO_16) )
beans::PropertyValues aProperties = rResult.aErrors[ nErrorInResult ].aProperties;
{
sal_Int32 i = 0;
- while ( !sExplanationLink.isEmpty() && i < aProperties.getLength() )
+ while ( sExplanationLink.isEmpty() && i < aProperties.getLength() )
{
if ( aProperties[i].Name.equalsAscii( "FullCommentURL" ) )
{
More information about the Libreoffice-commits
mailing list