diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 15:56:11 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-11 08:18:15 +0200 |
commit | 11bb658a60777243483fe8e682ca46e88855690a (patch) | |
tree | 43150bf47ae7b4f5919128e759439969d585184a /cui | |
parent | 3df902ba28f6b142277a45b781a6d65389fad6b9 (diff) |
svx: sal_Bool->bool
Change-Id: I881b262277a23dae7975b541fe0dccf0d09cb985
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/cuifmsearch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuifmsearch.cxx b/cui/source/dialogs/cuifmsearch.cxx index 0d79f33a4e11..08b41d084400 100644 --- a/cui/source/dialogs/cuifmsearch.cxx +++ b/cui/source/dialogs/cuifmsearch.cxx @@ -72,7 +72,7 @@ void FmSearchDialog::initCommon( const Reference< XResultSet >& _rxCursor ) m_aHalfFullFormsCJK.Hide(); // never ignore the width (ignoring is expensive) if the option is not available at all - m_pSearchEngine->SetIgnoreWidthCJK( sal_False ); + m_pSearchEngine->SetIgnoreWidthCJK( false ); } // some initial record texts |