summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-04-10 16:25:45 +0200
committerEike Rathke <erack@redhat.com>2017-04-10 16:29:49 +0200
commit9c9c2caad67ca1188e1f1acf25cbfe6438349297 (patch)
treead0b1d6dee8ccf4dd8f89a3e91feb457585a4dfc /sc/inc/postit.hxx
parenteb433f83a5f66dd1ca8ed0c62ef9cc0761b7f0ac (diff)
can't keep track of drawlayer insertion
Draw Undo independently can reinsert a caption to the drawlayer, which is beyond our knowledge. To track that cumbersome manual tracking (or callbacks or whatever) would be needed, which actually this tries to get rid of instead of increasing.. Change-Id: I373843ad61d0b6e19b9d3f98fd8f9e01a448296d
Diffstat (limited to 'sc/inc/postit.hxx')
-rw-r--r--sc/inc/postit.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/postit.hxx b/sc/inc/postit.hxx
index fde974b5f5df..4c0c10b9b36c 100644
--- a/sc/inc/postit.hxx
+++ b/sc/inc/postit.hxx
@@ -89,7 +89,6 @@ private:
{
ScCaptionPtr* mpFirst; ///< first in list
oslInterlockedCount mnRefs; ///< use count
- bool mbInDrawPage; ///< caption object is owned by draw page
Head() = delete;
explicit Head( ScCaptionPtr* );