Questions about getCppuType
athomas
thomas at arnhold.org
Wed May 7 23:43:52 PDT 2014
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.
More information about the LibreOffice
mailing list