From 3dd72c19eb2d640c48973f235578ed4cc5dab566 Mon Sep 17 00:00:00 2001 From: Alexander Wilms Date: Tue, 25 Feb 2014 22:42:55 +0100 Subject: Remove visual noise from unodevtools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib8047c4606874d5bc6ce024bf34ee518cc51581b Reviewed-on: https://gerrit.libreoffice.org/8332 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- unodevtools/inc/unodevtools/options.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unodevtools') 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); -- cgit