Kaydet (Commit) b2250f4d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: NULL used in arithmetic

üst 62f4128d
...@@ -633,7 +633,7 @@ String SwTableFormula::ScanString( FnScanFormel fnFormel, const SwTable& rTbl, ...@@ -633,7 +633,7 @@ String SwTableFormula::ScanString( FnScanFormel fnFormel, const SwTable& rTbl,
} }
aStr.Insert( sFormel, nFml, nStt - nFml ); // Anfang schreiben aStr.Insert( sFormel, nFml, nStt - nFml ); // Anfang schreiben
if( fnFormel != NULL ) if( fnFormel != 0 )
{ {
// ist ein TabellenName vorangestellt ?? // ist ein TabellenName vorangestellt ??
// JP 16.02.99: SplitMergeBoxNm behandeln den Namen selbst // JP 16.02.99: SplitMergeBoxNm behandeln den Namen selbst
......
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