Tag: cws_dev300_hr50
User: hr      
Date: 2008-04-11 14:18:47+0000
Modified:
   dba/reportdesign/source/filter/xml/xmlStyleImport.cxx

Log:
 #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.4&r2=1.4.74.1
Delta lines:  +5 -4
-------------------
--- xmlStyleImport.cxx  2007-09-26 14:24:10+0000        1.4
+++ xmlStyleImport.cxx  2008-04-11 14:18:45+0000        1.4.74.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: xmlStyleImport.cxx,v $
  *
- *  $Revision: 1.4 $
+ *  $Revision: 1.4.74.1 $
  *
- *  last change: $Author: hr $ $Date: 2007/09/26 14:24:10 $
+ *  last change: $Author: hr $ $Date: 2008/04/11 14:18:45 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -171,9 +171,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]

Reply via email to