diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 14:45:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-26 13:26:25 +0200 |
commit | abc6071b7a8af354a56c91e4caecd8afc79f55cc (patch) | |
tree | ff8b64d3763a6192f8c67e750e830d7f3a6b13bf /svx/inc | |
parent | 7c2edb3a67cf2e156f2134dc8f56fb6aac3045e2 (diff) |
loplugin:unusedfields various
Change-Id: I18f94269a1172cf195ee402384f7144610e1e82d
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/galbrws2.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index e1a9fca071da..e21cd19e9eb9 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -115,7 +115,6 @@ private: VclPtr<GalleryToolBox> maViewBox; VclPtr<FixedLine> maSeparator; VclPtr<FixedText> maInfoBar; - Point maDragStartPos; sal_uIntPtr mnCurActionPos; GalleryBrowserMode meMode; GalleryBrowserMode meLastMode; |