summaryrefslogtreecommitdiff
path: root/include/svx/svdoedge.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-06-30 14:18:26 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-03 10:19:36 +0200
commita5c200bddd51cba75d30f37a33541778ba8223b4 (patch)
tree521c015effb8f5e3089f71122b31bbb959ad4a8b /include/svx/svdoedge.hxx
parent09a4d2faa429cc52d603abc55d99723f39dc9023 (diff)
loplugin:unusedfields in svx
Change-Id: I027b70ee92ab07eb68452457c3ee45de3ad22c8b Reviewed-on: https://gerrit.libreoffice.org/39412 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdoedge.hxx')
-rw-r--r--include/svx/svdoedge.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/svx/svdoedge.hxx b/include/svx/svdoedge.hxx
index c4d390ea0f04..670c7ff6894f 100644
--- a/include/svx/svdoedge.hxx
+++ b/include/svx/svdoedge.hxx
@@ -91,7 +91,6 @@ public:
sal_uInt16 nObj1Lines; // 1..3
sal_uInt16 nObj2Lines; // 1..3
sal_uInt16 nMiddleLine; // 0xFFFF=none, otherwiese point number of the beginning of the line
- char cOrthoForm; // form of the right-angled connector, e.g., 'Z','U',I','L','S',...
public:
SdrEdgeInfoRec()
@@ -99,8 +98,7 @@ public:
nAngle2(0),
nObj1Lines(0),
nObj2Lines(0),
- nMiddleLine(0xFFFF),
- cOrthoForm(0)
+ nMiddleLine(0xFFFF)
{}
Point& ImpGetLineOffsetPoint(SdrEdgeLineCode eLineCode);