codemaker: sal_Bool->bool
Change-Id: I0a0691df58455b712eb27695f4cce15fd3494b65
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user