summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-09-28 11:24:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-10-03 08:25:48 +0200
commit48bf5a74186140760a734091a85e85d198e6fdfa (patch)
tree3bd63198c6e4a7865bf0c54c9e1cbffc70e5c012 /include/svl
parent93242e985a002d94b0ac765952ce47b928effcae (diff)
loplugin:useuniqueptr in SdrLayerAdmin
Change-Id: I0f9c5b471b6db799b2194096f5d40c8adeb027d7 Reviewed-on: https://gerrit.libreoffice.org/61119 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/broadcast.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/broadcast.hxx b/include/svl/broadcast.hxx
index b4c8be5f9ac0..27181e03294e 100644
--- a/include/svl/broadcast.hxx
+++ b/include/svl/broadcast.hxx
@@ -82,7 +82,6 @@ private:
/// Indicate that this broadcaster will be destructed (we indicate this on all ScColumn's broadcasters during the ScTable destruction, eg.)
bool mbAboutToDie:1;
- bool mbDisposing:1;
mutable bool mbNormalized:1;
mutable bool mbDestNormalized:1;
};