summaryrefslogtreecommitdiffstats
path: root/basctl/source/basicide/basobj3.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/basobj3.cxx
parentRevert "StaticLibrary too" (diff)
downloadcore-d73ef723a280fc45f24b96e76c4edea112b29994.tar.gz
core-d73ef723a280fc45f24b96e76c4edea112b29994.zip
sal_Bool -> bool
Change-Id: Id2addfc6e0c4e0b30281c9f3d22ec0624a61dab1
Diffstat (limited to 'basctl/source/basicide/basobj3.cxx')
-rw-r--r--basctl/source/basicide/basobj3.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx
index 98f41e705c62..bc95693bb80b 100644
--- a/basctl/source/basicide/basobj3.cxx
+++ b/basctl/source/basicide/basobj3.cxx
@@ -190,7 +190,7 @@ bool RenameDialog( Window* pErrorParent, const ScriptDocument& rDocument, const
}
BasicIDEShell* pIDEShell = BasicIDEGlobals::GetShell();
- IDEBaseWindow* pWin = pIDEShell ? pIDEShell->FindWindow( rDocument, rLibName, rOldName, BASICIDE_TYPE_DIALOG, sal_False ) : NULL;
+ IDEBaseWindow* pWin = pIDEShell ? pIDEShell->FindWindow( rDocument, rLibName, rOldName, BASICIDE_TYPE_DIALOG, false ) : NULL;
Reference< XNameContainer > xExistingDialog;
if ( pWin )
xExistingDialog = ((DialogWindow*)pWin)->GetEditor()->GetDialog();