summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndsect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/docnode/ndsect.cxx')
-rw-r--r--sw/source/core/docnode/ndsect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/docnode/ndsect.cxx b/sw/source/core/docnode/ndsect.cxx
index 38a558849628..9c389f1b906a 100644
--- a/sw/source/core/docnode/ndsect.cxx
+++ b/sw/source/core/docnode/ndsect.cxx
@@ -679,8 +679,8 @@ void SwDoc::UpdateSection(sal_uInt16 const nPos, SwSectionData & rNewData,
::sw::UndoGuard const undoGuard(GetIDocumentUndoRedo());
// The LinkFileName could only consist of separators
- String sCompareString = OUString(sfx2::cTokenSeperator);
- sCompareString += sfx2::cTokenSeperator;
+ String sCompareString = OUString(sfx2::cTokenSeparator);
+ sCompareString += sfx2::cTokenSeparator;
const bool bUpdate =
(!pSection->IsLinkType() && rNewData.IsLinkType())
|| (rNewData.GetLinkFileName().Len()