[Bug 38835] strip out non-trivial globals before main

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 27 05:00:52 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=38835

--- Comment #7 from Jan Holesovsky <kendy at collabora.com> ---
git grep '^static[^(]*=.*$' -- "*.cxx" | grep -v
'\<\(bool\|sal_Bool\|OUString\|char\|int\|short\|long\|double\|sal_Int[0-9]*\|sal_uInt[0-9]*\|sal_Char\|sal_Unicode\)\>'
| less

filters out most of the trivial cases...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20140227/a7db946e/attachment.html>


More information about the LibreOffice mailing list