From 9604eb87581ae7d8714fb69cf56a0442c4740100 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 20 Mar 2014 11:53:43 +0200 Subject: svtools: sal_Bool->bool Change-Id: I8f171f7f61ea06a79183e9bf9b15b8c35c98cc9b --- svtools/source/control/filectrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools/source/control/filectrl.cxx') diff --git a/svtools/source/control/filectrl.cxx b/svtools/source/control/filectrl.cxx index 8155673e5d2b..2fd68d6e04bf 100644 --- a/svtools/source/control/filectrl.cxx +++ b/svtools/source/control/filectrl.cxx @@ -43,7 +43,7 @@ FileControl::FileControl( Window* pParent, WinBits nStyle, FileControlMode nFlag mnInternalFlags( FILECTRL_ORIGINALBUTTONTEXT ) { maButton.SetClickHdl( LINK( this, FileControl, ButtonHdl ) ); - mbOpenDlg = sal_True; + mbOpenDlg = true; maButton.Show(); maEdit.Show(); -- cgit