summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/shells
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-19 14:13:11 +0200
committerNoel Grandin <noel@peralex.com>2014-02-21 12:19:20 +0200
commit87612bfee4ca5165a358d73e891e440bf988b725 (patch)
treeb69b1d9a295450b4c1e0228d52b46949a58dc99d /sw/source/ui/shells
parentsal_Bool->bool (diff)
downloadcore-87612bfee4ca5165a358d73e891e440bf988b725.tar.gz
core-87612bfee4ca5165a358d73e891e440bf988b725.zip
sal_Bool->bool
Change-Id: If8d90d507e29caaf8ceb41deb9cb5eb54476773e
Diffstat (limited to 'sw/source/ui/shells')
-rw-r--r--sw/source/ui/shells/textsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/textsh1.cxx b/sw/source/ui/shells/textsh1.cxx
index 177bd892aa92..59df37ecd9ab 100644
--- a/sw/source/ui/shells/textsh1.cxx
+++ b/sw/source/ui/shells/textsh1.cxx
@@ -667,7 +667,7 @@ void SwTextShell::Execute(SfxRequest &rReq)
case FN_AUTOFORMAT_AUTO:
{
SvxAutoCorrCfg& rACfg = SvxAutoCorrCfg::Get();
- sal_Bool bSet = pItem ? ((const SfxBoolItem*)pItem)->GetValue() : !rACfg.IsAutoFmtByInput();
+ bool bSet = pItem ? ((const SfxBoolItem*)pItem)->GetValue() : !rACfg.IsAutoFmtByInput();
if( bSet != rACfg.IsAutoFmtByInput() )
{
rACfg.SetAutoFmtByInput( bSet );