mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #61670
This commit is contained in:
@ -635,8 +635,6 @@ namespace NSGuidesVML
|
||||
|
||||
m_arIndexDst.push_back(m_lIndexDst);
|
||||
|
||||
// if (true)
|
||||
// {
|
||||
m_oTextRect.WriteString(L"<a:rect l=\"");
|
||||
GetValue(m_lIndexDst-4, ptFormula, true, m_oTextRect);
|
||||
m_oTextRect.WriteString(L"\" t=\"");
|
||||
@ -646,11 +644,6 @@ namespace NSGuidesVML
|
||||
m_oTextRect.WriteString(L"\" b=\"");
|
||||
GetValue(m_lIndexDst-1, ptFormula, true, m_oTextRect);
|
||||
m_oTextRect.WriteString(L"\" />");
|
||||
// } else
|
||||
// {
|
||||
// m_oTextRect.WriteString(L"<a:rect l=\"l\" t=\"t\" r=\"r\" b=\"b\"/>");
|
||||
// }
|
||||
|
||||
}
|
||||
void CFormulaConverter::GetValue(const LONG& lParam, const ParamType& eParamType, const bool& bExtShape, NSBinPptxRW::CXmlWriter& oWriter)
|
||||
{
|
||||
|
||||
@ -76,10 +76,10 @@ CPPTShape::CPPTShape() : CBaseShape(), m_arStringTextRects()
|
||||
{
|
||||
m_eType = PPTShapes::sptMin;
|
||||
|
||||
m_arStringTextRects.push_back(L"0,0,21600,21600");
|
||||
|
||||
m_arStringTextRects.clear();
|
||||
m_strPathLimoX.clear();
|
||||
m_strPathLimoY.clear();
|
||||
|
||||
m_bIsShapeType = false;
|
||||
|
||||
m_bIsFilled = true;
|
||||
|
||||
Reference in New Issue
Block a user