summaryrefslogtreecommitdiff
path: root/idlc/source
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source')
-rw-r--r--idlc/source/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/scanner.l b/idlc/source/scanner.l
index aca443f4ccdb..aa306a98d03a 100644
--- a/idlc/source/scanner.l
+++ b/idlc/source/scanner.l
@@ -205,7 +205,7 @@ static void parseLineAndFile(sal_Char* pBuf)
{
sal_Char *r = pBuf;
sal_Char *h;
- bool bIsInMain = sal_False;
+ bool bIsInMain = false;
/* Skip initial '#' */
if (*r != '#')