Kaydet (Commit) e0248eb4 authored tarafından László Németh's avatar László Németh

Fix FullCommentURL for grammar checking (local menu)

üst 23c16ec4
......@@ -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" ) )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment