summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-31 09:05:16 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-31 10:02:57 +0900
commit56bb7744f4a4612ffe75e56d51ba95c559435663 (patch)
tree7fc03a9eae091b772ae9e55601cf65194173672f
parent270acb88ce12a0a4843ab9ebce194d0a07e2075a (diff)
Drop unused member variables
Change-Id: Ied80983dc64f1e4e7ad34ebd9cc034054a17b6cc
-rw-r--r--sw/source/ui/inc/drwbassh.hxx2
-rw-r--r--sw/source/ui/inc/drwtxtsh.hxx3
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/ui/inc/drwbassh.hxx b/sw/source/ui/inc/drwbassh.hxx
index b203f2d390ac..5cd5b428008c 100644
--- a/sw/source/ui/inc/drwbassh.hxx
+++ b/sw/source/ui/inc/drwbassh.hxx
@@ -31,8 +31,6 @@ class SwDrawBaseShell: public SwBaseShell
SwDrawBase* pDrawActual;
sal_uInt16 eDrawMode;
- sal_Bool bRotate : 1;
- sal_Bool bSelMove: 1;
DECL_LINK( CheckGroupShapeNameHdl, AbstractSvxNameDialog* );
DECL_LINK(ValidatePosition, SvxSwFrameValidation* );
diff --git a/sw/source/ui/inc/drwtxtsh.hxx b/sw/source/ui/inc/drwtxtsh.hxx
index 179b2fed6d01..e7d687b85c1d 100644
--- a/sw/source/ui/inc/drwtxtsh.hxx
+++ b/sw/source/ui/inc/drwtxtsh.hxx
@@ -34,9 +34,6 @@ class SwDrawTextShell: public SfxShell
SdrView *pSdrView;
- sal_Bool bRotate : 1;
- sal_Bool bSelMove: 1;
-
void SetAttrToMarked(const SfxItemSet& rAttr);
void InsertSymbol(SfxRequest& rReq);
sal_Bool IsTextEdit();