Kaydet (Commit) 247d080b authored tarafından Jan Holesovsky's avatar Jan Holesovsky

sw: Another rename.

Change-Id: I3d7bf8a5db4dcae4b5653fe5e033bc9e626b7bbf
üst 083b54c7
......@@ -929,13 +929,13 @@ bool PlcDrawObj::Append( WW8Export& rWrt, WW8_CP nCp, const sw::Frame& rFmt,
const Point& rNdTopLeft )
{
bool bRet = false;
const SwFrmFmt &rFormat = rFmt.GetFrmFmt();
const SwFrmFmt &rFrameFormat = rFmt.GetFrmFmt();
if (TXT_HDFT == rWrt.m_nTxtTyp || TXT_MAINTEXT == rWrt.m_nTxtTyp)
{
if (RES_FLYFRMFMT == rFormat.Which())
if (RES_FLYFRMFMT == rFrameFormat.Which())
{
// check for textflyframe and if it is the first in a Chain
if (rFormat.GetCntnt().GetCntntIdx())
if (rFrameFormat.GetCntnt().GetCntntIdx())
bRet = true;
}
else
......@@ -944,7 +944,7 @@ bool PlcDrawObj::Append( WW8Export& rWrt, WW8_CP nCp, const sw::Frame& rFmt,
if (bRet)
{
DrawObj aObj(rFmt, nCp, rNdTopLeft, rWrt.TrueFrameDirection(rFormat),
DrawObj aObj(rFmt, nCp, rNdTopLeft, rWrt.TrueFrameDirection(rFrameFormat),
rWrt.GetHdFtIndex());
maDrawObjs.push_back(aObj);
}
......
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