summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-04-13 00:46:33 +0200
committerEike Rathke <erack@redhat.com>2017-04-13 00:48:47 +0200
commitb9573789b5f47d67e4cb881aaa0fbdb3cb25fb31 (patch)
tree9fdabe3d462aa2a0295475fe11184a414f1ff3ef /sc
parent6c0e633e79e3a8af075ddc17e98ff390e66cd496 (diff)
finally switch the workaround off
Change-Id: I284292a2749c2b38ef874315d5b526e403d578e8
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/postit.cxx5
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