mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
fix bug #76186
This commit is contained in:
@ -53,7 +53,7 @@ public:
|
|||||||
const size_t getParametersNum() const;
|
const size_t getParametersNum() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
size_t num_parameters; // used to transfer the value to PtgFuncVar
|
size_t num_parameters = 0; // used to transfer the value to PtgFuncVar
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef boost::shared_ptr<PtgParen> PtgParenPtr;
|
typedef boost::shared_ptr<PtgParen> PtgParenPtr;
|
||||||
|
|||||||
@ -941,6 +941,7 @@ namespace OOX
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
m_sText = oReader.GetText3();
|
m_sText = oReader.GetText3();
|
||||||
|
m_sText.erase(std::remove(m_sText.begin(), m_sText.end(), '\n'), m_sText.end());
|
||||||
}
|
}
|
||||||
std::wstring CFormula::toXML() const
|
std::wstring CFormula::toXML() const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user