fix original intent of the lwp import code
revertd2546346ac
and fix8a9448aabc
Change-Id: Ide781e4f197d2fc1d42b0cda8e9d901ac1118d08
This commit is contained in:
@@ -594,6 +594,10 @@ OUString LwpFormulaFunc::ToString(LwpTableLayout* pCellsMap)
|
||||
{
|
||||
OUString aFormula;
|
||||
|
||||
OUString aFuncName = LwpFormulaTools::GetName(m_nTokenType);
|
||||
aFormula += aFuncName;
|
||||
aFormula += " ";//Append a blank space
|
||||
|
||||
//Append args
|
||||
vector<LwpFormulaArg*>::iterator aItr;
|
||||
for (aItr=m_aArgs.begin();aItr!=m_aArgs.end();++aItr)
|
||||
|
Reference in New Issue
Block a user