summaryrefslogtreecommitdiff
path: root/svx/source/editeng/editstt2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/editeng/editstt2.hxx')
-rw-r--r--svx/source/editeng/editstt2.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/editeng/editstt2.hxx b/svx/source/editeng/editstt2.hxx
index 205d5aa2e2ae..e8b0128cf7ee 100644
--- a/svx/source/editeng/editstt2.hxx
+++ b/svx/source/editeng/editstt2.hxx
@@ -110,9 +110,6 @@ public:
BOOL DoImportRTFStyleSheets() const
{ return ( ( nControlBits & EE_CNTRL_RTFSTYLESHEETS ) != 0 ); }
- BOOL DoDrawRedLines() const
- { return ( ( nControlBits & EE_CNTRL_NOREDLINES ) == 0 ); }
-
BOOL DoAutoCorrect() const
{ return ( ( nControlBits & EE_CNTRL_AUTOCORRECT ) != 0 ); }