Hi Julien,

here's the regex you may want to use:

git grep -lE 'getCppuType\(\((const )?sal_Int32\*\)0\)' | xargs sed -ir
's/getCppuType((\(const
\)\?sal_Int32\*)0)/cppu::UnoType<sal_Int32>::get()/g'

Using brackets in regex is a horror ;)

Regards
 Thomas



--
View this message in context: 
http://nabble.documentfoundation.org/Questions-about-getCppuType-tp4106361p4107951.html
Sent from the Dev mailing list archive at Nabble.com.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to