Kaydet (Commit) d9edac5d authored tarafından Caolán McNamara's avatar Caolán McNamara

behave like the native format filter for non-insert mode

just shove the unneeded pam into dead space

Change-Id: Id0a3d550cd9d54394888e6b2d62e21eaded24a7c
üst 3d992d77
...@@ -6153,6 +6153,10 @@ sal_uLong WW8Reader::Read(SwDoc &rDoc, const OUString& rBaseURL, SwPaM &rPaM, co ...@@ -6153,6 +6153,10 @@ sal_uLong WW8Reader::Read(SwDoc &rDoc, const OUString& rBaseURL, SwPaM &rPaM, co
{ {
// Remove Frame and offsets from Frame Template // Remove Frame and offsets from Frame Template
Reader::ResetFrameFormats( rDoc ); Reader::ResetFrameFormats( rDoc );
rPaM.GetBound().nContent.Assign(0, 0);
rPaM.GetBound(false).nContent.Assign(0, 0);
} }
try try
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment