diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-16 14:03:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-21 08:58:55 +0200 |
commit | f7a011c45b0b88cb3c3ea9206cb851375266523d (patch) | |
tree | 96c3af7c9e8a6b7d30a35b0057fd11aabf0ceec3 /sc/source/ui/inc/inputwin.hxx | |
parent | 6e7e4d9f02f286ccb817cb2c1f54a951dcebffad (diff) |
loplugin:unusedfields in sc
Change-Id: I04aee9574b97d6120fe20be97b2c0fb8187fb260
Reviewed-on: https://gerrit.libreoffice.org/54453
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/inc/inputwin.hxx')
-rw-r--r-- | sc/source/ui/inc/inputwin.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/source/ui/inc/inputwin.hxx b/sc/source/ui/inc/inputwin.hxx index 2c645a509307..c562198de265 100644 --- a/sc/source/ui/inc/inputwin.hxx +++ b/sc/source/ui/inc/inputwin.hxx @@ -273,10 +273,6 @@ private: VclPtr<ScTextWndBase> pRuntimeWindow; ScTextWndBase& aTextWindow; ScInputHandler* pInputHdl; - OUString aTextOk; - OUString aTextCancel; - OUString aTextSum; - OUString aTextEqual; long mnMaxY; bool bIsOkCancelMode; bool bInResize; |