[Libreoffice] [PATCH] Remove bogus comments + bash line

Guillaume Poussel gpoussel at gmail.com
Mon Feb 7 13:15:12 PST 2011


I have removed all of them in impress too (see patch attached). As
soon as someone push it, I edit the wiki.

(still in LGPLv3/MPL)

Regards,
Guillaume Poussel

2011/2/7 Guillaume Poussel <gpoussel at gmail.com>:
> Hi all,
>
> Again, I send patches to remove bogus comments.
>
> I have written a pretty (but not optimized) bash line to find them all:
> git grep -nE " #[^i][0-9]+#" | ( while read f; do file=$(echo "$f" |
> cut -d':' -f1) ; line=$(echo "$f" | cut -d':' -f2) ; emacs "+"$line
> -fh "$file"; done )
> It opens emacs with every occurences of #xxx#.
>
> As soon as I have time, I will try to end up by finishing this "Easy Hack".
>
> Regards,
> Guillaume Poussel
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Remove-all-bogus-comments-in-impress.patch
Type: application/octet-stream
Size: 115184 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20110207/30c7b3b9/attachment-0001.obj>


More information about the LibreOffice mailing list