[Libreoffice-commits] .: Branch 'libreoffice-3-5' - sw/source

Cédric Bosdonnat cbosdo at kemper.freedesktop.org
Mon Feb 13 02:54:30 PST 2012


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

New commits:
commit 0fe67dc40760b4ff7cdc1325bb4e97a3ce259ccb
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)
    
    Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo at 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" ) )
             {


More information about the Libreoffice-commits mailing list