summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/fuparagr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/fuparagr.cxx')
-rw-r--r--sd/source/ui/func/fuparagr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/func/fuparagr.cxx b/sd/source/ui/func/fuparagr.cxx
index 9c24fc15d677..60abef032c08 100644
--- a/sd/source/ui/func/fuparagr.cxx
+++ b/sd/source/ui/func/fuparagr.cxx
@@ -120,7 +120,7 @@ void FuParagraph::DoExecute( SfxRequest& rReq )
const SfxPoolItem *pItem = 0;
if( SfxItemState::SET == pArgs->GetItemState( ATTR_NUMBER_NEWSTART, false, &pItem ) )
{
- const bool bNewStart = static_cast<const SfxBoolItem*>(pItem)->GetValue() ? sal_True : sal_False;
+ const bool bNewStart = static_cast<const SfxBoolItem*>(pItem)->GetValue() ? true : false;
pOutliner->SetParaIsNumberingRestart( eSelection.nStartPara, bNewStart );
}