Question unoType for getXmlToken (dbaccess/reportdesign module)
julien2412
serval2412 at yahoo.fr
Fri May 16 10:30:27 PDT 2014
Hello,
I noticed this:
s_aTypeNameMap[GetXMLToken( XML_FLOAT)] = ::cppu::UnoType<double>::get();
present at 2 locations:
See
http://opengrok.libreoffice.org/search?q=%22GetXMLToken%28+XML_FLOAT%29%22&project=core&defs=&refs=&path=&hist=
Why shouldn't be this:
s_aTypeNameMap[GetXMLToken( XML_FLOAT)] = ::cppu::UnoType<float>::get();
?
(If "double" is ok, I'll comment the code accordingly).
Julien
--
View this message in context: http://nabble.documentfoundation.org/Question-unoType-for-getXmlToken-dbaccess-reportdesign-module-tp4109071.html
Sent from the Dev mailing list archive at Nabble.com.
More information about the LibreOffice
mailing list