diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/bastyp/calc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx index 7ea6de6cb00c..3ba77ed08a2d 100644 --- a/sw/source/core/bastyp/calc.cxx +++ b/sw/source/core/bastyp/calc.cxx @@ -324,7 +324,7 @@ SwCalc::SwCalc( SwDoc& rD ) m_aVarTable[ aHashValue[ 0 ] ]->nValue.PutBool( false ); m_aVarTable[ aHashValue[ 1 ] ]->nValue.PutBool( true ); m_aVarTable[ aHashValue[ 2 ] ]->nValue.PutDouble( M_PI ); - m_aVarTable[ aHashValue[ 3 ] ]->nValue.PutDouble( 2.7182818284590452354 ); + m_aVarTable[ aHashValue[ 3 ] ]->nValue.PutDouble( M_E ); for( n = 0; n < 3; ++n ) m_aVarTable[ aHashValue[ n + 4 ] ]->nValue.PutLong( rDocStat.*aDocStat1[ n ] ); |