diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-20 11:53:43 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-24 08:12:09 +0200 |
commit | 9604eb87581ae7d8714fb69cf56a0442c4740100 (patch) | |
tree | 64af14bb768b28167743563c8d6704cb558d4f44 /svx | |
parent | f661ac03e049844fd529fb6ff02e628b32cac650 (diff) |
svtools: sal_Bool->bool
Change-Id: I8f171f7f61ea06a79183e9bf9b15b8c35c98cc9b
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/fmcomp/gridcell.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx index 326f1825437a..8527e8587868 100644 --- a/svx/source/fmcomp/gridcell.cxx +++ b/svx/source/fmcomp/gridcell.cxx @@ -1303,8 +1303,8 @@ void DbFormattedField::Init( Window& rParent, const Reference< XRowSet >& xCurso implAdjustGenericFieldSetting( xUnoModel ); - static_cast< FormattedField* >( m_pWindow )->SetStrictFormat( sal_False ); - static_cast< FormattedField* >( m_pPainter )->SetStrictFormat( sal_False ); + static_cast< FormattedField* >( m_pWindow )->SetStrictFormat( false ); + static_cast< FormattedField* >( m_pPainter )->SetStrictFormat( false ); // wenn man _irgendeine_ Formatierung zulaesst, kann man da sowieso keine Eingabe-Ueberpruefung // machen (das FormattedField unterstuetzt das sowieso nicht, nur abgeleitete Klassen) |