[Libreoffice] [PATCH] [WIP] Remove most of dead code in libs-core

Christina Roßmanith ChrRossmanith at web.de
Tue Mar 29 13:16:26 PDT 2011


Hi,

pushed the framework part. Again a lot of files changed their place so 
it was quite a lot of work to apply the patch. Additionally I removed 
lots of dates, comments above removed commented methods, {} not needed 
anymore after the if () has gone and changed

if ( bState = sal_True) to if ( bState == sal_True) in test.cxx.

Hope you don't mind that the additional changes are pushed under your name?

What about these comments (task.hxx):

         
/*-****************************************************************************************************//**
             @short        -

             @descr        -

             @seealso    -
             @seealso    -

             @param        -

             @return        -

             @onerror    -
         
*//*-*****************************************************************************************************/

I'd suggest to remove them...

Christina



Am 20.03.2011 00:52, schrieb Xisco Faulí:
> Here we go with the first round of patches.
> Whitespaces are not deleted anymore and all the bogus have been 
> deleted. Everything builds allright.
> Part 1 --> 
> http://dl.dropbox.com/u/1274885/removed-commented-code-part1.tar.gz
> I'll post the second part soon
>



More information about the LibreOffice mailing list