summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/UndoInsert.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/UndoInsert.hxx')
-rw-r--r--sw/source/core/inc/UndoInsert.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/UndoInsert.hxx b/sw/source/core/inc/UndoInsert.hxx
index f9e7a3c90eb5..8192d325e901 100644
--- a/sw/source/core/inc/UndoInsert.hxx
+++ b/sw/source/core/inc/UndoInsert.hxx
@@ -154,12 +154,12 @@ class SwUndoInsertLabel : public SwUndo
{
union {
struct {
- // for NoTextFrms
+ // for NoTextFrames
SwUndoInsLayFormat* pUndoFly;
SwUndoFormatAttr* pUndoAttr;
} OBJECT;
struct {
- // for tables or TextFrms
+ // for tables or TextFrames
SwUndoDelete* pUndoInsNd;
sal_uLong nNode;
} NODE;