diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-28 13:47:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-03 08:59:37 +0200 |
commit | 074a2af8bc26d5d1ba3ef01016df7d6d122cfb9f (patch) | |
tree | 1b05709f49dc7def3f0e1c94b9eac051d25d2425 /editeng/source/rtf | |
parent | 241f1a1ab47f56305725b2f33c23bac3ea919d79 (diff) |
editeng: sal_Bool->bool
Change-Id: I26b1fe14023737b85bcf23628e4881c8be79f071
Diffstat (limited to 'editeng/source/rtf')
-rw-r--r-- | editeng/source/rtf/rtfitem.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editeng/source/rtf/rtfitem.cxx b/editeng/source/rtf/rtfitem.cxx index 632e7c23fb0a..5baa24e125a1 100644 --- a/editeng/source/rtf/rtfitem.cxx +++ b/editeng/source/rtf/rtfitem.cxx @@ -788,7 +788,7 @@ SET_FONTALIGNMENT: if( PLAINID->nWordlineMode ) { - pSet->Put( SvxWordLineModeItem( sal_True, PLAINID->nWordlineMode )); + pSet->Put( SvxWordLineModeItem( true, PLAINID->nWordlineMode )); } goto ATTR_SETUNDERLINE; @@ -883,7 +883,7 @@ ATTR_SETUNDERLINE: if( PLAINID->nWordlineMode ) { - pSet->Put( SvxWordLineModeItem( sal_True, PLAINID->nWordlineMode )); + pSet->Put( SvxWordLineModeItem( true, PLAINID->nWordlineMode )); } goto ATTR_SETOVERLINE; |