Kaydet (Commit) f1fb3fae authored tarafından Luboš Luňák's avatar Luboš Luňák

actually use return value of GetUniqueSectionName() in SwDoc::UpdateSection()

Change-Id: I6d9ae98e900e5e42c5253ee9b2f71bec351b54d1
üst 6a5dbe73
...@@ -691,7 +691,7 @@ void SwDoc::UpdateSection(sal_uInt16 const nPos, SwSectionData & rNewData, ...@@ -691,7 +691,7 @@ void SwDoc::UpdateSection(sal_uInt16 const nPos, SwSectionData & rNewData,
OUString sSectName( rNewData.GetSectionName() ); OUString sSectName( rNewData.GetSectionName() );
if (sSectName != pSection->GetSectionName()) if (sSectName != pSection->GetSectionName())
GetUniqueSectionName( &sSectName ); sSectName = GetUniqueSectionName( &sSectName );
else else
sSectName = OUString(); sSectName = OUString();
......
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