diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-26 08:29:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-07-26 11:15:52 +0200 |
commit | 4ed70b89aa89ff407775ede83521e9cd377159a0 (patch) | |
tree | e643060ea58d685702b2b9d03206dac0c5425287 /include/sfx2 | |
parent | 88dfd1ed710ee2b4b606f18ff5c3f34f626ec394 (diff) |
loplugin:unusedfields
Change-Id: I21e538b8e9c7a5f0fb233019efac37a3555e3c93
Reviewed-on: https://gerrit.libreoffice.org/40438
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r-- | include/sfx2/charwin.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx index 51af2d7f56be..ecfe66269466 100644 --- a/include/sfx2/charwin.hxx +++ b/include/sfx2/charwin.hxx @@ -57,7 +57,6 @@ private: Point maPosition; vcl::Font maFont; - Link<SvxCharView*, void> maInsertCharHdl; Link<SvxCharView*, void> maMouseClickHdl; Link<SvxCharView*, void> maClearClickHdl; Link<SvxCharView*, void> maClearAllClickHdl; |