mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
fix bug #76186
This commit is contained in:
@ -53,7 +53,7 @@ public:
|
||||
const size_t getParametersNum() const;
|
||||
|
||||
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;
|
||||
|
||||
@ -941,6 +941,7 @@ namespace OOX
|
||||
return;
|
||||
|
||||
m_sText = oReader.GetText3();
|
||||
m_sText.erase(std::remove(m_sText.begin(), m_sText.end(), '\n'), m_sText.end());
|
||||
}
|
||||
std::wstring CFormula::toXML() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user