summaryrefslogtreecommitdiff
path: root/include/codemaker
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-04 11:20:05 +0200
committerNoel Grandin <noel@peralex.com>2014-04-04 13:44:18 +0200
commit20f14ed4a1c65dfadc1d8cfe0157f4a5f7ba4eb6 (patch)
treed84cc04b70852ab71090195233655eb77e766315 /include/codemaker
parentaf8c8f80aa1bd8306e524d0c56fa1bc43136a324 (diff)
codemaker: sal_Bool->bool
Change-Id: I0a0691df58455b712eb27695f4cce15fd3494b65
Diffstat (limited to 'include/codemaker')
-rw-r--r--include/codemaker/options.hxx2
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;