summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par4.cxx
diff options
context:
space:
mode:
authorOliver-Rainer Wittmann <orw@apache.org>2014-02-18 11:47:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-19 13:06:15 +0000
commit58e7439c396ba8d449e32db9afd8f3f71acc071b (patch)
tree2e653aa69692b43bbae39ee40dc58d31bde41e40 /sw/source/filter/ww8/ww8par4.cxx
parent81a2fc786728205b0a869b38a95fc889662b08a6 (diff)
Resolves: #i124188# assure correct insertion of text attribute...
for as-character anchored drawing objects Thx to Andre for his deep analysis. (cherry picked from commit 28c0c081d07e5a49ccd238e7f4e882347ab3690c) Conflicts: sw/source/core/doc/doclay.cxx sw/source/core/frmedt/fecopy.cxx sw/source/filter/rtf/swparrtf.cxx Change-Id: I73c4d3d6e3cd8e7079fe88b6baa5eaea52a89dd9
Diffstat (limited to 'sw/source/filter/ww8/ww8par4.cxx')
-rw-r--r--sw/source/filter/ww8/ww8par4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/ww8par4.cxx b/sw/source/filter/ww8/ww8par4.cxx
index 0611e8a3c9bc..a71732c9a7b8 100644
--- a/sw/source/filter/ww8/ww8par4.cxx
+++ b/sw/source/filter/ww8/ww8par4.cxx
@@ -295,7 +295,7 @@ SwFrmFmt* SwWW8ImplReader::ImportOle(const Graphic* pGrf,
SdrObject::Free( pRet ); // das brauchen wir nicht mehr
}
else
- pFmt = rDoc.Insert(*pPaM, *pRet, pFlySet, NULL);
+ pFmt = rDoc.InsertDrawObj(*pPaM, *pRet, *pFlySet );
}
else if (
GRAPHIC_GDIMETAFILE == aGraph.GetType() ||