summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-04-13 00:46:33 +0200
committerHenry Castro <hcastro@collabora.com>2017-05-02 21:10:47 -0400
commit98722be9d6b1940174c309a08e41944b0ef908e4 (patch)
tree6b5e5176ec849748c22cc05ad4e4589ed19b86e5 /sc
parentfb5202095b8a9de31b480eb53d68843d852a042b (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 779561fdbffd..a008212d43af 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