Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


On Thu, 2010-11-04 at 22:22 +0530, surenspost@gmail.com wrote:
Hi,

Just resending the patches with the suggested changes from other mailing threads

Patch 1 : German Translation of comments in writer

So, catch is that there was a few other changes made in the meantime to
that file so it doesn't fully apply.

Like we talked out in IRC there are a few other gotchas in there as well
wrt. the comments falling out of sync and ending commenting the next
entry down. And there's a fair bit of machine generated English in there
which I can't make head or tail of :-). So I've pushed what applied and
what made sense to me. 

Patch 2 : make dev-install fails when run the second time (happens so
in Ubuntu). The patch I have provided is platform independent and have
tested in Ubuntu to work fine.

Should the test for a dir be *before* the test for existence, i.e. like
so...

if(-e "$destdir$destination") {
    #printf "Deleting already present file $destdir$destination from
previous builds\n";
    unlink "$destdir$destination";
}
if(-d  "$destdir$destination"){
    #printf "Deleting already present Directory $destdir$destination
from previous builds\n";
    rmree("$destdir$destination");
}

C.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.