codemaker: sal_Bool->bool

Change-Id: I0a0691df58455b712eb27695f4cce15fd3494b65
This commit is contained in:
Noel Grandin
2014-04-04 11:20:05 +02:00
parent af8c8f80aa
commit 20f14ed4a1
5 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ public:
virtual ~JavaOptions() {}
bool initOptions(int ac, char* av[], sal_Bool bCmdFile=sal_False)
bool initOptions(int ac, char* av[], bool bCmdFile=false)
throw( IllegalArgument ) SAL_OVERRIDE;
OString prepareHelp() SAL_OVERRIDE;