diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 08:24:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:10 +0200 |
commit | 631b67952909a73ba1851417bd2edbe02ad7be5a (patch) | |
tree | f69702066fe53b277212129655f4d1bfa0ef9997 /include/toolkit | |
parent | a4af308d90463049379557e2efc0205972164384 (diff) |
loplugin:unusedfields in include/toolkit,include/tools
Change-Id: I22966b66b1b8e4dff2e565de456f21a668f33f28
Diffstat (limited to 'include/toolkit')
-rw-r--r-- | include/toolkit/awt/vclxdevice.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/toolkit/awt/vclxdevice.hxx b/include/toolkit/awt/vclxdevice.hxx index b5f984423bd6..4d54ec521c59 100644 --- a/include/toolkit/awt/vclxdevice.hxx +++ b/include/toolkit/awt/vclxdevice.hxx @@ -52,7 +52,6 @@ private: VclPtr<OutputDevice> mpOutputDevice; public: - void* pDummy; sal_uInt32 nFlags; public: |