sw/source/ui/lingu/olmenu.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0fe67dc40760b4ff7cdc1325bb4e97a3ce259ccb
Author: László Németh <nem...@numbertext.org>
Date:   Tue Dec 13 21:35:25 2011 +0100

    Fix FullCommentURL for grammar checking (local menu)
    
    Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat....@free.fr>

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" ) )
             {
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to