Kaydet (Commit) 23377979 authored tarafından Eike Rathke's avatar Eike Rathke

coverity#1422192 include param field in string field

Change-Id: Ia2ef910fd9b4b74c8cf227717fde93c562bbb1b6
üst 713f5792
...@@ -131,7 +131,7 @@ public: ...@@ -131,7 +131,7 @@ public:
} sharedstring; } sharedstring;
ScMatrix* pMat; ScMatrix* pMat;
FormulaError nError; FormulaError nError;
sal_Unicode cStr[ MAXSTRLEN+1 ]; // string (up to MAXSTRLEN characters + 0) sal_Unicode cStr[ 1+MAXSTRLEN+1 ]; // string (byteparam + up to MAXSTRLEN characters + 0)
short nJump[ FORMULA_MAXJUMPCOUNT + 1 ]; // If/Chose token short nJump[ FORMULA_MAXJUMPCOUNT + 1 ]; // If/Chose token
}; };
......
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