[Libreoffice-commits] core.git: unodevtools/inc

Alexander Wilms f.alexander.wilms at gmail.com
Wed Feb 26 05:22:04 PST 2014


 unodevtools/inc/unodevtools/options.hxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3dd72c19eb2d640c48973f235578ed4cc5dab566
Author: Alexander Wilms <f.alexander.wilms at gmail.com>
Date:   Tue Feb 25 22:42:55 2014 +0100

    Remove visual noise from unodevtools
    
    Change-Id: Ib8047c4606874d5bc6ce024bf34ee518cc51581b
    Reviewed-on: https://gerrit.libreoffice.org/8332
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/unodevtools/inc/unodevtools/options.hxx b/unodevtools/inc/unodevtools/options.hxx
index 42e765e..0455cd9 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);
 


More information about the Libreoffice-commits mailing list