diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 22:42:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 07:21:41 -0600 |
commit | 3dd72c19eb2d640c48973f235578ed4cc5dab566 (patch) | |
tree | 18d7e94ec6a2adcba7e2ff8b5b55281877d5e784 /unodevtools | |
parent | d952ba2a7505021066d7fe5a01f14a02135edb65 (diff) |
Remove visual noise from unodevtools
Change-Id: Ib8047c4606874d5bc6ce024bf34ee518cc51581b
Reviewed-on: https://gerrit.libreoffice.org/8332
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unodevtools')
-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 42e765e8eed9..0455cd9ff171 100644 --- a/unodevtools/inc/unodevtools/options.hxx +++ b/unodevtools/inc/unodevtools/options.hxx @@ -26,12 +26,12 @@ namespace unodevtools { -//------------------------------------------------------------------------------- + bool readOption( OUString * pValue, const sal_Char * pOpt, sal_uInt32 * pnIndex, const OUString & aArg); // throws CannotDumpException -//------------------------------------------------------------------------------- + bool readOption( sal_Bool * pbOpt, const sal_Char * pOpt, sal_uInt32 * pnIndex, const OUString & aArg); |