summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/untbl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/undo/untbl.cxx')
-rw-r--r--sw/source/core/undo/untbl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/untbl.cxx b/sw/source/core/undo/untbl.cxx
index a3fc1152d73e..524ac22d08e8 100644
--- a/sw/source/core/undo/untbl.cxx
+++ b/sw/source/core/undo/untbl.cxx
@@ -2284,7 +2284,7 @@ public:
RedlineFlagsInternGuard(
SwDoc& rDoc, // change mode of this document
RedlineFlags eNewRedlineFlags, // new redline mode
- RedlineFlags eRedlineFlagsMask = RedlineFlags::On | RedlineFlags::Ignore /*change only bits set in this mask*/);
+ RedlineFlags eRedlineFlagsMask /*change only bits set in this mask*/);
~RedlineFlagsInternGuard();
};