diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-04 11:20:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-04 13:44:18 +0200 |
commit | 20f14ed4a1c65dfadc1d8cfe0157f4a5f7ba4eb6 (patch) | |
tree | d84cc04b70852ab71090195233655eb77e766315 /include/codemaker | |
parent | af8c8f80aa1bd8306e524d0c56fa1bc43136a324 (diff) |
codemaker: sal_Bool->bool
Change-Id: I0a0691df58455b712eb27695f4cce15fd3494b65
Diffstat (limited to 'include/codemaker')
-rw-r--r-- | include/codemaker/options.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/codemaker/options.hxx b/include/codemaker/options.hxx index b3a4e5c330da..c158eaeba628 100644 --- a/include/codemaker/options.hxx +++ b/include/codemaker/options.hxx @@ -47,7 +47,7 @@ public: Options(); virtual ~Options(); - virtual bool initOptions(int ac, char* av[], sal_Bool bCmdFile=sal_False) + virtual bool initOptions(int ac, char* av[], bool bCmdFile=false) throw( IllegalArgument ) = 0; virtual ::rtl::OString prepareHelp() = 0; |