diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-27 07:15:18 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-07-27 09:44:27 +0000 |
commit | 80ee8f832f8247f9189270121fc4b3fe64a9be71 (patch) | |
tree | 38c13c67d3613a1d08bbb76a3be9b43fefe21af6 /sc/inc/tablink.hxx | |
parent | 706b76d1d561ee628cec1cc13a8b4fd52f91ae4d (diff) |
loplugin:singlevalfields in sc(part4)
Change-Id: I77bcfc0103f638cd3eddb676ee88a4749bc74b1b
Reviewed-on: https://gerrit.libreoffice.org/26687
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/inc/tablink.hxx')
-rw-r--r-- | sc/inc/tablink.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/tablink.hxx b/sc/inc/tablink.hxx index 31f005bb6f59..ebf0018c45e5 100644 --- a/sc/inc/tablink.hxx +++ b/sc/inc/tablink.hxx @@ -40,7 +40,6 @@ private: bool bInCreate:1; bool bInEdit:1; bool bAddUndo:1; - bool bDoPaint:1; public: ScTableLink( ScDocShell* pDocSh, const OUString& rFile, |