summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frame.hxx
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2021-06-28 15:49:37 +0200
committerLászló Németh <nemeth@numbertext.org>2021-06-29 09:32:19 +0200
commitad16387653f8e0d310a5eb44bce9fa8df27253c8 (patch)
tree9b3370b0de8693b82f42ca30c46b27dad44a9bdf /sw/source/core/inc/frame.hxx
parent1524b07e690a53d1e5ffb2e334448195e91413f1 (diff)
tdf#142698 sw: fix reject of deleted images anchored to-char
Strikethrough of deleted images wasn't removed by reject of the tracked deletion, if the image anchored to character wasn't in same text line as the deleted text. Follow-up to commit 1610eeef6f2312616fe5d3535475f27f7896bef8 "tdf#142196 sw: crossing out images anchored to character". Change-Id: I9c7f742942bec90d4c5c65f1bc40a7923353560b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118030 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/source/core/inc/frame.hxx')
-rw-r--r--sw/source/core/inc/frame.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index 02efa581ba7f..65936fb9bce3 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -562,6 +562,7 @@ public:
void RemoveFly( SwFlyFrame *pToRemove );
const SwSortedObjs *GetDrawObjs() const { return m_pDrawObjs.get(); }
SwSortedObjs *GetDrawObjs() { return m_pDrawObjs.get(); }
+ void SetDrawObjsAsDeleted( bool bDeleted ); // change tracking of objects anchored to character
// #i28701# - change purpose of method and adjust its name
void InvalidateObjs( const bool _bNoInvaOfAsCharAnchoredObjs = true );