summaryrefslogtreecommitdiff
path: root/sw/source/filter/basflt/shellio.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-07-19 16:52:46 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-19 17:35:06 +0200
commit14d2255cbd254dea6e87a04f747e7d6d3d54ceb9 (patch)
treea61160c897c15e2489bb38dae48e91634c435a00 /sw/source/filter/basflt/shellio.cxx
parent45df9012d14450b71ea1619f2a627f7e43320fe1 (diff)
tdf#107975: Revert "fix deleting an image anchored to last paragraph
... in document" This reverts commit 2903d85d6197829633d7f96c95cd55821c2c20ff. It was a good idea, but is not complete. Change-Id: Ia0da2640889ce6e78b89b27c75fae9d6508afd40
Diffstat (limited to 'sw/source/filter/basflt/shellio.cxx')
-rw-r--r--sw/source/filter/basflt/shellio.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/filter/basflt/shellio.cxx b/sw/source/filter/basflt/shellio.cxx
index 3e2a3ec4393c..a937a2d7a030 100644
--- a/sw/source/filter/basflt/shellio.cxx
+++ b/sw/source/filter/basflt/shellio.cxx
@@ -245,8 +245,7 @@ ErrCode SwReader::Read( const Reader& rOptions )
&& !IsDestroyFrameAnchoredAtChar(
*pFrameAnchor,
*pUndoPam->GetPoint(),
- *pUndoPam->GetMark(),
- mxDoc.get())
+ *pUndoPam->GetMark())
)
)
)