summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/frmtool.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-09 19:07:37 +0100
committerMathias Bauer <mba@openoffice.org>2011-02-09 19:07:37 +0100
commit9bdf5d2d49574bb0f2bc1ed92704031ad5215ca5 (patch)
tree476b37474a366a845c3549c1cac919c735074025 /sw/source/core/layout/frmtool.cxx
parent749c27fafbe1e57b7ba25f759272c02de20469e0 (diff)
CWS swlayoutrefactoring: fixes for compilation on unxlngxi after resync
Diffstat (limited to 'sw/source/core/layout/frmtool.cxx')
-rw-r--r--sw/source/core/layout/frmtool.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/layout/frmtool.cxx b/sw/source/core/layout/frmtool.cxx
index 18f88b99485c..aa4f6e9921a6 100644
--- a/sw/source/core/layout/frmtool.cxx
+++ b/sw/source/core/layout/frmtool.cxx
@@ -1240,7 +1240,7 @@ void MA_FASTCALL _InsertCnt( SwLayoutFrm *pLay, SwDoc *pDoc,
{
pDoc->BlockIdling();
SwRootFrm* pLayout = pLay->getRootFrm();
- const BOOL bOldCallbackActionEnabled = pLayout ? pLayout->IsCallbackActionEnabled() : sal_False;
+ const sal_Bool bOldCallbackActionEnabled = pLayout ? pLayout->IsCallbackActionEnabled() : sal_False;
if( bOldCallbackActionEnabled )
pLayout->SetCallbackActionEnabled( sal_False );