summaryrefslogtreecommitdiff
path: root/include/svx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-26 16:01:56 +0200
committerNoel Grandin <noel@peralex.com>2015-11-30 10:34:38 +0200
commitec3f72415850bd865eb030cf2b7edb55b99d4756 (patch)
treee63a41091957725506cbb107a272a9872081e3e5 /include/svx
parentd2df03574023b379ac09b1f71cae9e3ba3ac53e2 (diff)
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
Diffstat (limited to 'include/svx')
-rw-r--r--include/svx/gridctrl.hxx1
-rw-r--r--include/svx/svddrgv.hxx9
-rw-r--r--include/svx/svdpntv.hxx1
3 files changed, 4 insertions, 7 deletions
diff --git a/include/svx/gridctrl.hxx b/include/svx/gridctrl.hxx
index 5046f638e7d8..b5e4290ceabf 100644
--- a/include/svx/gridctrl.hxx
+++ b/include/svx/gridctrl.hxx
@@ -217,7 +217,6 @@ public:
};
private:
- vcl::Font m_aDefaultFont;
Link<sal_uInt16,int> m_aMasterStateProvider;
Link<sal_uInt16,bool> m_aMasterSlotExecutor;
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index 5d39bdb91220..ec17a589bd6d 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -35,13 +35,12 @@ protected:
SdrDragMethod* mpCurrentSdrDragMethod;
SdrUndoGeoObj* mpInsPointUndo;
Rectangle maDragLimit;
- OUString maInsPointUndoStr;
- SdrMarkList maFollowingEdges; // If nodes are dragged, all edges should follow as Xor
+ OUString maInsPointUndoStr;
SdrHdlKind meDragHdl;
- sal_uIntPtr mnDragXorPolyLimit;
- sal_uIntPtr mnDragXorPointLimit;
- sal_uInt16 mnDetailedEdgeDraggingLimit;
+ sal_uIntPtr mnDragXorPolyLimit;
+ sal_uIntPtr mnDragXorPointLimit;
+ sal_uInt16 mnDetailedEdgeDraggingLimit;
bool mbFramDrag : 1; // currently frame dragging
bool mbDragSpecial : 1; // currently Special Obj-dragging
diff --git a/include/svx/svdpntv.hxx b/include/svx/svdpntv.hxx
index 9f94e60abc52..49029ceee764 100644
--- a/include/svx/svdpntv.hxx
+++ b/include/svx/svdpntv.hxx
@@ -143,7 +143,6 @@ protected:
// All windows this view is displayed on
SdrPaintWindowVector maPaintWindows;
- MapMode maActualMapMode;
Size maGridBig; // FIXME: We need to get rid of this eventually
Size maGridFin; // FIXME: We need to get rid of this eventually
SdrDragStat maDragStat;