Kaydet (Commit) 7382b89f authored tarafından Matteo Casalin's avatar Matteo Casalin

Typo

Change-Id: I1b66fdc15b4b739cabc471a9599f4c38a9a140b2
üst 86637135
......@@ -628,10 +628,10 @@ String SwDoc::GetUniqueTOXBaseName( const SwTOXType& rType,
if ( !pSectNd )
continue;
const SwSection& aSect = pSectNd->GetSection();
if (aSect.GetType()==TOX_CONTENT_SECTION)
const SwSection& rSect = pSectNd->GetSection();
if (rSect.GetType()==TOX_CONTENT_SECTION)
{
const String& rNm = aSect.GetSectionName();
const String& rNm = rSect.GetSectionName();
if( rNm.Match( aName ) == nNmLen )
{
// Calculate number and set the Flag
......
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