summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus/memory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/lotus/memory.cxx')
-rw-r--r--sc/source/filter/lotus/memory.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/lotus/memory.cxx b/sc/source/filter/lotus/memory.cxx
index 77c7b57410ed..639e110b0eff 100644
--- a/sc/source/filter/lotus/memory.cxx
+++ b/sc/source/filter/lotus/memory.cxx
@@ -46,7 +46,7 @@ sal_Bool MemNew( void )
pValueFormCache = new FormCache( pDoc );
// fuer tool.cxx::PutFormString()
- pAttrUnprot = new ScProtectionAttr( sal_True );
+ pAttrUnprot = new ScProtectionAttr( true );
pAttrRight = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_RIGHT, ATTR_HOR_JUSTIFY );
pAttrLeft = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_LEFT, ATTR_HOR_JUSTIFY );
pAttrCenter = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY );