diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-11 16:10:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-11 17:17:39 +0200 |
commit | 45d09ea2712fc56802a639a15f2e4ae6cacbc099 (patch) | |
tree | 5ccb0de512ecab0c794b1a5108c059bdf71bc0c3 /sw/inc/cellfml.hxx | |
parent | 7b0b20bdd19bdf3903f5b3d623e8d8e110f6df3c (diff) |
"overflow" is one word
Change-Id: Ib36c2c5d55f86aff27081a0da554f6e8a81474ee
Diffstat (limited to 'sw/inc/cellfml.hxx')
-rw-r--r-- | sw/inc/cellfml.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/cellfml.hxx b/sw/inc/cellfml.hxx index 0b5c6b92009a..df656c13641b 100644 --- a/sw/inc/cellfml.hxx +++ b/sw/inc/cellfml.hxx @@ -45,7 +45,7 @@ public: ~SwTblCalcPara(); sal_Bool CalcWithStackOverflow(); - sal_Bool IsStackOverFlow() const { return nMaxSize == nStackCnt; } + sal_Bool IsStackOverflow() const { return nMaxSize == nStackCnt; } sal_Bool IncStackCnt() { return nMaxSize == ++nStackCnt; } void DecStackCnt() { if( nStackCnt ) --nStackCnt; } void SetLastTblBox( const SwTableBox* pBox ) { pLastTblBox = pBox; } |