summaryrefslogtreecommitdiff
path: root/vcl
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 /vcl
parentd2df03574023b379ac09b1f71cae9e3ba3ac53e2 (diff)
loplugin:unusedfields
Change-Id: Icac4ac1a2614e72bc9ff070819533e09eeb1a864
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/edit/textund2.hxx3
-rw-r--r--vcl/source/gdi/impanmvw.hxx1
-rw-r--r--vcl/source/window/scrwnd.hxx1
3 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/edit/textund2.hxx b/vcl/source/edit/textund2.hxx
index adb0de9d9a22..786402c4daf9 100644
--- a/vcl/source/edit/textund2.hxx
+++ b/vcl/source/edit/textund2.hxx
@@ -105,9 +105,6 @@ public:
class TextUndoSetAttribs: public TextUndo
{
-private:
- TextSelection maSelection;
-
public:
TextUndoSetAttribs( TextEngine* pTextEngine, const TextSelection& rESel );
virtual ~TextUndoSetAttribs();
diff --git a/vcl/source/gdi/impanmvw.hxx b/vcl/source/gdi/impanmvw.hxx
index d2c10d637ef3..d80edc99e1f8 100644
--- a/vcl/source/gdi/impanmvw.hxx
+++ b/vcl/source/gdi/impanmvw.hxx
@@ -43,7 +43,6 @@ private:
Size maSzPix;
Size maDispSz;
Size maRestSz;
- MapMode maMap;
vcl::Region maClip;
VclPtr<VirtualDevice> mpBackground;
VclPtr<VirtualDevice> mpRestore;
diff --git a/vcl/source/window/scrwnd.hxx b/vcl/source/window/scrwnd.hxx
index 101fd356c7f2..313f8cd470bd 100644
--- a/vcl/source/window/scrwnd.hxx
+++ b/vcl/source/window/scrwnd.hxx
@@ -40,7 +40,6 @@ private:
ImageList maImgList;
Bitmap maWheelBmp;
- CommandScrollData maCommandScrollData;
Point maLastMousePos;
Point maCenter;
Timer* mpTimer;