summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unsect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/unsect.cxx')
-rw-r--r--sw/source/core/undo/unsect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/unsect.cxx b/sw/source/core/undo/unsect.cxx
index e2b3c08fc15c..ddafc7ac07a5 100644
--- a/sw/source/core/undo/unsect.cxx
+++ b/sw/source/core/undo/unsect.cxx
@@ -279,7 +279,7 @@ class SwUndoDelSection
{
private:
std::unique_ptr<SwSectionData> const m_pSectionData; /// section not TOX
- std::unique_ptr<SwTOXBase> const m_pTOXBase; /// set iff section is TOX
+ std::unique_ptr<SwTOXBase> const m_pTOXBase; /// set if section is TOX
std::unique_ptr<SfxItemSet> const m_pAttrSet;
std::shared_ptr< ::sfx2::MetadatableUndo > const m_pMetadataUndo;
sal_uLong const m_nStartNode;