diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-21 13:10:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-22 06:42:19 +0000 |
commit | c1877a16b38bfd74a52e39b49289d5f5572b610b (patch) | |
tree | aac6e79a4fc26a520ef1cd097bea7ba25d695695 /sd/inc | |
parent | f0c7cbe1d8505d3c1f5a2b2253efda35542c898b (diff) |
loplugin:unusedfields
Change-Id: I8a114bcda99f123d230d61b0d0595bfe657cc3c0
Reviewed-on: https://gerrit.libreoffice.org/34513
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/Outliner.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx index aef606b390d8..7c7fd80d6084 100644 --- a/sd/inc/Outliner.hxx +++ b/sd/inc/Outliner.hxx @@ -246,12 +246,6 @@ private: */ bool mbFoundObject; - /** When set to <TRUE/> this flag indicates that an error has occurred - that should terminate the iteration over the objects to search/spell - check. - */ - bool mbError; - /** This flag indicates whether to search forward or backwards. */ bool mbDirectionIsForward; |