diff options
author | Eike Rathke <erack@redhat.com> | 2017-04-13 00:46:33 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-04-13 00:48:47 +0200 |
commit | b9573789b5f47d67e4cb881aaa0fbdb3cb25fb31 (patch) | |
tree | 9fdabe3d462aa2a0295475fe11184a414f1ff3ef /sc | |
parent | 6c0e633e79e3a8af075ddc17e98ff390e66cd496 (diff) |
finally switch the workaround off
Change-Id: I284292a2749c2b38ef874315d5b526e403d578e8
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/data/postit.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx index 225b46edcf76..c0a47df3c99c 100644 --- a/sc/source/core/data/postit.cxx +++ b/sc/source/core/data/postit.cxx @@ -697,8 +697,9 @@ void ScCaptionPtr::decRefAndDestroy() assert(!mpNext); // this must be one and only one assert(mpCaption); -#if 1 - // FIXME: there are still cases where the caption pointer is dangling +#if 0 + // Quick workaround for when there are still cases where the caption + // pointer is dangling mpCaption = nullptr; mbNotOwner = false; #else |