summaryrefslogtreecommitdiff
path: root/include/svx/svdview.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-25 07:00:23 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 08:25:10 +0200
commita4af308d90463049379557e2efc0205972164384 (patch)
treea3e4fbe6151cd78c8122640ec0f4f11b5383be58 /include/svx/svdview.hxx
parent234884c09db0301b9f0b3336f9b0dbb9523ee005 (diff)
loplugin:unusedfields in include/svx
Change-Id: I946c64d103f3666e5bbff16d95a5c8e65a3750dc
Diffstat (limited to 'include/svx/svdview.hxx')
-rw-r--r--include/svx/svdview.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/svdview.hxx b/include/svx/svdview.hxx
index 5414581e48af..eb2b653606ea 100644
--- a/include/svx/svdview.hxx
+++ b/include/svx/svdview.hxx
@@ -102,7 +102,6 @@ struct SVX_DLLPUBLIC SdrViewEvent
Point aLogicPos;
SdrHitKind eHit;
SdrEventKind eEvent;
- SdrHdlKind eHdlKind;
SdrCreateCmd eEndCreateCmd; // for EndInsPoint too
sal_uInt16 nMouseClicks;
@@ -113,7 +112,6 @@ struct SVX_DLLPUBLIC SdrViewEvent
bool bMouseDown : 1;
bool bMouseUp : 1;
- bool bDoubleHdlSize : 1; // Double Handlesize because of TextEdit
bool bIsAction : 1; // Action is active
bool bIsTextEdit : 1; // TextEdit runs currently
bool bTextEditHit : 1; // hit open OutlinerView?