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/pagedlg | |
parent | 87beef165ceca64a24f5d2699cf8e96ce3c21428 (diff) |
sal_Bool->bool
Change-Id: If54ff898eab251c44901de67280e6d7fcb491966
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r-- | sc/source/ui/pagedlg/tphfedit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx index 9906181bc5ef..58baf7cd97cd 100644 --- a/sc/source/ui/pagedlg/tphfedit.cxx +++ b/sc/source/ui/pagedlg/tphfedit.cxx @@ -209,7 +209,7 @@ void ScEditWindow::SetCharAttriutes() if ( pDocSh && pViewSh ) { - if(pTabViewSh!=NULL) pTabViewSh->SetInFormatDialog(sal_True); + if(pTabViewSh!=NULL) pTabViewSh->SetInFormatDialog(true); SfxItemSet aSet( pEdView->GetAttribs() ); |