summaryrefslogtreecommitdiff
path: root/sw/inc/crsrsh.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-08 23:30:33 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-08 23:47:00 +0200
commita874d2a9f66d69aa69f36393de94c803ffa3eaa7 (patch)
tree1b6693389d46f4adaac9a4a32d216b8518d0d64e /sw/inc/crsrsh.hxx
parent238e07ddca879e0951bef6391fdc5c3fc26bded5 (diff)
sw: remove unused CrsrFlag::NOCALRECT
Change-Id: I985ac3eea9ebb780821ab4fffd460935be5e536d
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r--sw/inc/crsrsh.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index b513fc15fa1c..17cf27b4374f 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -156,8 +156,7 @@ public:
UPDOWN = (1 << 0), ///< keep Up/Down on columns
SCROLLWIN = (1 << 1), ///< scroll window
CHKRANGE = (1 << 2), ///< check overlapping PaMs
- NOCALRECT = (1 << 3), ///< don't recalculate CharRect
- READONLY = (1 << 4) ///< make visible in spite of Readonly
+ READONLY = (1 << 3) ///< make visible in spite of Readonly
};
private: