summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/basides3.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-08-02 10:21:00 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-08-02 10:25:28 +0900
commitd73ef723a280fc45f24b96e76c4edea112b29994 (patch)
tree379e1492e87fcadeb6988ebc2d8998145486976b /basctl/source/basicide/basides3.cxx
parent624bcdc302df8cdee7172bc455aa5c4aa9a6710a (diff)
sal_Bool -> bool
Change-Id: Id2addfc6e0c4e0b30281c9f3d22ec0624a61dab1
Diffstat (limited to 'basctl/source/basicide/basides3.cxx')
-rw-r--r--basctl/source/basicide/basides3.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/basides3.cxx b/basctl/source/basicide/basides3.cxx
index b4a784900ebc..c0529f1bc412 100644
--- a/basctl/source/basicide/basides3.cxx
+++ b/basctl/source/basicide/basides3.cxx
@@ -43,7 +43,7 @@ using namespace ::com::sun::star::io;
DialogWindow* BasicIDEShell::CreateDlgWin( const ScriptDocument& rDocument, const ::rtl::OUString& rLibName, const ::rtl::OUString& rDlgName )
{
- bCreatingWindow = sal_True;
+ bCreatingWindow = true;
sal_uLong nKey = 0;
DialogWindow* pWin = 0;
@@ -111,7 +111,7 @@ DialogWindow* BasicIDEShell::CreateDlgWin( const ScriptDocument& rDocument, cons
SetCurWindow( pWin, false, false );
}
- bCreatingWindow = sal_False;
+ bCreatingWindow = false;
return pWin;
}