summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-18 16:19:58 +0200
committerNoel Grandin <noel@peralex.com>2014-02-19 13:05:08 +0200
commitee5a85926203e81bc4f2cb1db158850b4773bd45 (patch)
tree9cc84acf000d789fa9f7413fd6b7bd2d1671b331 /sc/source/ui/pagedlg
parent87beef165ceca64a24f5d2699cf8e96ce3c21428 (diff)
sal_Bool->bool
Change-Id: If54ff898eab251c44901de67280e6d7fcb491966
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r--sc/source/ui/pagedlg/tphfedit.cxx2
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() );