summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-21 13:10:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-22 06:42:19 +0000
commitc1877a16b38bfd74a52e39b49289d5f5572b610b (patch)
treeaac6e79a4fc26a520ef1cd097bea7ba25d695695 /sd
parentf0c7cbe1d8505d3c1f5a2b2253efda35542c898b (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')
-rw-r--r--sd/inc/Outliner.hxx6
-rw-r--r--sd/source/ui/view/Outliner.cxx1
2 files changed, 0 insertions, 7 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;
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index 895f2bf31812..55f0f3767985 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -155,7 +155,6 @@ SdOutliner::SdOutliner( SdDrawDocument* pDoc, OutlinerMode nMode )
mnPageCount(0),
mbEndOfSearch(false),
mbFoundObject(false),
- mbError(false),
mbDirectionIsForward(true),
mbRestrictSearchToSelection(false),
maMarkListCopy(),