From 638b670791d1a97b48c8246105870d6c484ced7d Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 12 Mar 2020 11:08:24 +0200 Subject: Revert "loplugin:constfields in sd" This reverts commit 453879cfd8f4a8e22847043231a0929e4d50f238. Change-Id: Ic542fd6b1f09d71d8e6c9530198fe45151d75e16 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90410 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sd/inc/OutlinerIterator.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/inc/OutlinerIterator.hxx') diff --git a/sd/inc/OutlinerIterator.hxx b/sd/inc/OutlinerIterator.hxx index e78e9447d506..84ab712073ba 100644 --- a/sd/inc/OutlinerIterator.hxx +++ b/sd/inc/OutlinerIterator.hxx @@ -193,7 +193,7 @@ public: private: /// The wrapped outliner that is represented as object container. - SdOutliner* const mpOutliner; + SdOutliner* mpOutliner; /** Create an iterator. The object pointed to depends on the search direction retrieved from the outliner object -- cgit