summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2011-12-13 21:35:25 +0100
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2012-02-13 11:54:16 +0100
commit0fe67dc40760b4ff7cdc1325bb4e97a3ce259ccb (patch)
treed8f8e61ab98ced7594dc031f278ce299aa926ef3 /sw
parentcd4b736754eec9c9ab4211663e1701efa7d8e878 (diff)
Fix FullCommentURL for grammar checking (local menu)
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/lingu/olmenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/lingu/olmenu.cxx b/sw/source/ui/lingu/olmenu.cxx
index 0e1a7cd369b6..b85dfaae4fa6 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" ) )
{