summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoSection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoSection.hxx')
-rw-r--r--sw/source/core/inc/UndoSection.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/UndoSection.hxx b/sw/source/core/inc/UndoSection.hxx
index a3c3ea307233..0d5728612722 100644
--- a/sw/source/core/inc/UndoSection.hxx
+++ b/sw/source/core/inc/UndoSection.hxx
@@ -34,7 +34,7 @@ class SwUndoInsSection : public SwUndo, private SwUndRng
{
private:
const std::unique_ptr<SwSectionData> m_pSectionData;
- const std::unique_ptr<SwTOXBase> m_pTOXBase; /// set iff section is TOX
+ const std::unique_ptr<SwTOXBase> m_pTOXBase; /// set if section is TOX
const std::unique_ptr<SfxItemSet> m_pAttrSet;
std::unique_ptr<SwHistory> m_pHistory;
std::unique_ptr<SwRedlineData> m_pRedlData;