diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/fields/cellfml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/fields/cellfml.cxx b/sw/source/core/fields/cellfml.cxx index 973e65ab49d9..1594f6c19133 100644 --- a/sw/source/core/fields/cellfml.cxx +++ b/sw/source/core/fields/cellfml.cxx @@ -633,7 +633,7 @@ String SwTableFormula::ScanString( FnScanFormel fnFormel, const SwTable& rTbl, } aStr.Insert( sFormel, nFml, nStt - nFml ); // Anfang schreiben - if( fnFormel != NULL ) + if( fnFormel != 0 ) { // ist ein TabellenName vorangestellt ?? // JP 16.02.99: SplitMergeBoxNm behandeln den Namen selbst |