summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrtsh.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-02-06 22:43:27 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-02-07 10:09:06 +0900
commite9b89ed9668906ec8c3be932978577997fa0fb7f (patch)
tree51f72757f349edc238cd8a43671be620fd05459d /sw/source/ui/inc/wrtsh.hxx
parent52e47b6e0ec87a4aa0ee0fd1c8a577be1d97cb95 (diff)
Remove useless member variable
Change-Id: I6a28c7285786c08cd52cee59f2babcfa336a00d5
Diffstat (limited to 'sw/source/ui/inc/wrtsh.hxx')
-rw-r--r--sw/source/ui/inc/wrtsh.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx
index 66a71950c1e5..38032bb20e97 100644
--- a/sw/source/ui/inc/wrtsh.hxx
+++ b/sw/source/ui/inc/wrtsh.hxx
@@ -251,7 +251,6 @@ typedef sal_Bool (SwWrtShell:: *FNSimpleMove)();
void NoEdit(sal_Bool bHideCrsr = sal_True);
void Edit();
- sal_Bool IsNoEdit() const { return bNoEdit; }
sal_Bool IsRetainSelection() const { return mbRetainSelection; }
void SetRetainSelection( sal_Bool bRet ) { mbRetainSelection = bRet; }
@@ -557,7 +556,6 @@ private:
sal_Bool bAddMode :1;
sal_Bool bBlockMode :1;
sal_Bool bLayoutMode :1;
- sal_Bool bNoEdit :1;
sal_Bool bCopy :1;
sal_Bool bSelWrd :1;
sal_Bool bSelLn :1;