summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unotbl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unotbl.cxx')
-rw-r--r--sw/source/core/unocore/unotbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/unocore/unotbl.cxx b/sw/source/core/unocore/unotbl.cxx
index 22ea0bf07d4f..fe79c13a4482 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -3054,7 +3054,7 @@ void SwXTextTable::setName(const OUString& rName)
static_cast<SwOLENode*>(pNd)->SetChartTableName( rName );
SwTable* pTable = SwTable::FindTable( pFormat );
- //TL_CHART2: chart needs to be notfied about name changes
+ //TL_CHART2: chart needs to be notified about name changes
pFormat->GetDoc()->UpdateCharts( pTable->GetFrameFormat()->GetName() );
}
aIdx.Assign( *pStNd->EndOfSectionNode(), + 1 );