diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-18 16:19:58 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-02-19 13:05:08 +0200 |
commit | ee5a85926203e81bc4f2cb1db158850b4773bd45 (patch) | |
tree | 9cc84acf000d789fa9f7413fd6b7bd2d1671b331 /sc/source/ui/app | |
parent | 87beef165ceca64a24f5d2699cf8e96ce3c21428 (diff) |
sal_Bool->bool
Change-Id: If54ff898eab251c44901de67280e6d7fcb491966
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 9ce18b17d3ad..04e6aeb69e9d 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -261,7 +261,7 @@ ScInputWindow::ScInputWindow( Window* pParent, SfxBindings* pBind ) : pInputHdl->SetMode( SC_INPUT_TABLE ); // Focus kommt eh nach unten } else if ( pViewSh ) - pViewSh->UpdateInputHandler( sal_True ); // unbedingtes Update + pViewSh->UpdateInputHandler( true ); // unbedingtes Update pImgMgr->RegisterToolBox( this ); SetAccessibleName(ScResId(STR_ACC_TOOLBAR_FORMULA)); |