summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/objstmpconsiderwrapinfl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-08-09 12:32:01 +0100
committerAndras Timar <andras.timar@collabora.com>2020-06-23 16:08:16 +0200
commit9527d3e03d287c5f5aa5f9a2b6200d4061e2bbdd (patch)
treef1115e58aa959a98e6d1d8ffc9b650278dc7a83c /sw/source/core/layout/objstmpconsiderwrapinfl.hxx
parent6efe932b458f59b775ea20aa198a3404c3311aa2 (diff)
forcepoint73 deleted SwAnchoredObject still referenced in TmpConsiderWrapInfl
Reviewed-on: https://gerrit.libreoffice.org/58760 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 6d0ea082889c89eb8b408779f2de08da7441ff54) Change-Id: If255723834d049865fcf6fd0eac7768dfcbad2a1 Reviewed-on: https://gerrit.libreoffice.org/58768 Tested-by: Jenkins Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit de765158b372d5f7bbb1b37c7d6be695ab6104ac)
Diffstat (limited to 'sw/source/core/layout/objstmpconsiderwrapinfl.hxx')
-rw-r--r--sw/source/core/layout/objstmpconsiderwrapinfl.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/layout/objstmpconsiderwrapinfl.hxx b/sw/source/core/layout/objstmpconsiderwrapinfl.hxx
index fcf495e72a50..28b6acf9de1c 100644
--- a/sw/source/core/layout/objstmpconsiderwrapinfl.hxx
+++ b/sw/source/core/layout/objstmpconsiderwrapinfl.hxx
@@ -33,6 +33,7 @@ class SwObjsMarkedAsTmpConsiderWrapInfluence
~SwObjsMarkedAsTmpConsiderWrapInfluence();
void Insert( SwAnchoredObject& _rAnchoredObj );
+ void Remove( SwAnchoredObject& _rAnchoredObj );
void Clear();
};