diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-15 16:49:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-17 17:55:18 +0100 |
commit | a450e0eea2d06ca0a9148c0de083e17566ac27de (patch) | |
tree | f2773f5b2461fd4787ab7d6f62d7988a3ffaaad9 /unodevtools/inc | |
parent | 361774e9107aac3f412ce546892a4b0e55c10dfb (diff) |
unodevtools: sal_Bool -> bool
Change-Id: Ie62a7d184f4982a5164c183f6e38d534b94df1bd
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/unodevtools/options.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/unodevtools/options.hxx index 398b677a5c04..42e765e8eed9 100644 --- a/unodevtools/inc/unodevtools/options.hxx +++ b/unodevtools/inc/unodevtools/options.hxx @@ -27,12 +27,12 @@ namespace unodevtools { //------------------------------------------------------------------------------- -sal_Bool readOption( OUString * pValue, const sal_Char * pOpt, +bool readOption( OUString * pValue, const sal_Char * pOpt, sal_uInt32 * pnIndex, const OUString & aArg); // throws CannotDumpException //------------------------------------------------------------------------------- -sal_Bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt, +bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt, sal_uInt32 * pnIndex, const OUString & aArg); } // end of namespace unodevtools |