User: hr Date: 2008-04-22 15:22:04+0000 Modified: dba/reportdesign/source/filter/xml/xmlStyleImport.cxx
Log: INTEGRATION: CWS hr50 (1.4.74); FILE MERGED 2008/04/11 14:18:45 hr 1.4.74.1: #i86574#: fix warning (gcc-4.2.3) File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlStyleImport.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlStyleImport.cxx?r1=1.5&r2=1.6 Delta lines: +2 -1 ------------------- --- xmlStyleImport.cxx 2008-04-10 18:45:03+0000 1.5 +++ xmlStyleImport.cxx 2008-04-22 15:22:01+0000 1.6 @@ -130,9 +130,10 @@ if ( pMyStyles ) pStyle = PTR_CAST(SvXMLNumFormatContext,pMyStyles-> FindStyleChildContext(XML_STYLE_FAMILY_DATA_STYLE, m_sDataStyleName, sal_True)); - else + else { DBG_ERROR("not possible to get style"); } + } if ( pStyle ) { m_nNumberFormat = pStyle->GetKey(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
