diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-12 11:14:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-14 07:50:33 +0200 |
commit | c2324940d384186ff02581e49a24ea8235cd584c (patch) | |
tree | 222ba3b7e545e0139cf7c4fe2ca7e95fbb73849f /cui | |
parent | 4bdf7bf87cd2a48b0b8a77d6cbb6f77bdfc5a8a9 (diff) |
sfx2: sal_Bool->bool
Change-Id: If960d94f867a1988ace83975cf16441c6f8866b0
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optgdlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx index ace7a3c5a40f..67cc8e44efcb 100644 --- a/cui/source/options/optgdlg.cxx +++ b/cui/source/options/optgdlg.cxx @@ -1166,7 +1166,7 @@ static void lcl_UpdateAndDelete(SfxVoidItem* pInvalidItems[], SfxBoolItem* pBool for(sal_Int16 i = 0; i < nCount; i++) { if(pCurrentFrm == pViewFrm) - rBind.InvalidateAll(sal_False); + rBind.InvalidateAll(false); rBind.SetState( *pInvalidItems[i] ); rBind.SetState( *pBoolItems[i] ); } |