diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-02-26 23:18:01 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-02 20:17:56 +0100 |
commit | a8155e3d77817453b2df85d5ac3e652eb901d203 (patch) | |
tree | c41764ddce34b16fbdb412c176dfe2c62ef01b96 /sw | |
parent | 2e0f89980f40f14b36bc45176504861f3624ea99 (diff) |
sal_Bool to bool
Change-Id: Ib1db475feea0f8fdbb724273cc368f41d39e50c8
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/inftxt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/text/inftxt.cxx b/sw/source/core/text/inftxt.cxx index 2a2d4fab005d..a797fb5ce008 100644 --- a/sw/source/core/text/inftxt.cxx +++ b/sw/source/core/text/inftxt.cxx @@ -586,7 +586,7 @@ void SwTxtPaintInfo::_DrawText( const OUString &rText, const SwLinePortion &rPor if ( ! IsMulti() ) nComp = GetKanaComp(); - sal_Bool bCfgIsAutoGrammar = sal_False; + bool bCfgIsAutoGrammar = false; SvtLinguConfig().GetProperty( UPN_IS_GRAMMAR_AUTO ) >>= bCfgIsAutoGrammar; const bool bBullet = OnWin() && GetOpt().IsBlank() && IsNoSymbol(); const bool bTmpWrong = bWrong && OnWin() && GetOpt().IsOnlineSpell(); |