On 05/16/2014 07:30 PM, julien2412 [via Document Foundation Mail 
<br/>Archive] wrote:
<br/>> I noticed this:
<br/>> s_aTypeNameMap[GetXMLToken( XML_FLOAT)] = ::cppu::UnoType<double>::get();
<br/>> present at 2 locations:
<br/>> See
<br/>> <a href="http://opengrok.libreoffice.org/search?q=%22GetXMLToken%28+XML_FLOAT%29%22&project=core&defs=&refs=&path=&hist=" target="_top" rel="nofollow" link="external">http://opengrok.libreoffice.org/search?q=%22GetXMLToken%28+XML_FLOAT%29%22&project=core&defs=&refs=&path=&hist=</a><br/>>
<br/>> Why shouldn't be this:
<br/>> s_aTypeNameMap[GetXMLToken( XML_FLOAT)] = ::cppu::UnoType<float>::get();
<br/>> ?
<br/><br/>Why should it, because of the "FLOAT" in XML_FLOAT?  I don't know 
<br/>anything about that dbaccess/reportbuilder code.  You might want to ask 
<br/>on the ML instead (maybe Lionel knows), but I'd assume the code is fine 
<br/>as is.
<br/><br/>Stephan
<br/>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://nabble.documentfoundation.org/Question-unoType-for-getXmlToken-dbaccess-reportdesign-module-tp4109071p4109306.html">Re: Question unoType for getXmlToken (dbaccess/reportdesign module)</a><br/>
Sent from the <a href="http://nabble.documentfoundation.org/Dev-f1639786.html">Dev mailing list archive</a> at Nabble.com.<br/>