summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblafmt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/doc/tblafmt.cxx')
-rw-r--r--sw/source/core/doc/tblafmt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/doc/tblafmt.cxx b/sw/source/core/doc/tblafmt.cxx
index 38824b29456f..4ca88ca80b1d 100644
--- a/sw/source/core/doc/tblafmt.cxx
+++ b/sw/source/core/doc/tblafmt.cxx
@@ -1500,7 +1500,7 @@ void SwCellStyleTable::ChangeBoxFormatName(const OUString& sFromName, const OUSt
if (m_aCellStyles[i].first == sFromName)
{
m_aCellStyles[i].first = sToName;
- // changed succesfully
+ // changed successfully
return;
}
}