Tag: cws_dev300_rptchart02
User: oj      
Date: 2008-04-04 13:06:19+0000
Modified:
   dba/reportdesign/source/filter/xml/xmlExportDocumentHandler.cxx
   dba/reportdesign/source/ui/inspection/DataProviderHandler.cxx

Log:
 enable chart

File Changes:

Directory: /dba/reportdesign/source/filter/xml/
===============================================

File [changed]: xmlExportDocumentHandler.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlExportDocumentHandler.cxx?r1=1.2.4.1&r2=1.2.4.2
Delta lines:  +6 -4
-------------------
--- xmlExportDocumentHandler.cxx        2008-03-12 09:45:17+0000        1.2.4.1
+++ xmlExportDocumentHandler.cxx        2008-04-04 13:06:16+0000        1.2.4.2
@@ -258,8 +258,10 @@
     {
         if ( !m_bFirstRowExported )
         {
+            SvXMLAttributeList* pList = 
SvXMLAttributeList::getImplementation(xAttribs);
+            
pList->RemoveAttribute(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("text:id")));
             m_xDelegatee->startElement(_sName,xAttribs);
-            SvXMLAttributeList* pList = new SvXMLAttributeList();
+            pList = new SvXMLAttributeList();
             uno::Reference< xml::sax::XAttributeList > xNewAttribs = pList;
 
             ::rtl::OUString sFormula;

Directory: /dba/reportdesign/source/ui/inspection/
==================================================

File [changed]: DataProviderHandler.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/inspection/DataProviderHandler.cxx?r1=1.2.4.2&r2=1.2.4.3
Delta lines:  +2 -0
-------------------
--- DataProviderHandler.cxx     2008-04-03 12:01:46+0000        1.2.4.2
+++ DataProviderHandler.cxx     2008-04-04 13:06:16+0000        1.2.4.3
@@ -83,6 +83,8 @@
 #ifndef RPTUI_METADATA_HXX_
 #include "metadata.hxx"
 #endif
+#include <vcl/svapp.hxx>
+#include <vos/mutex.hxx>
 #include "helpids.hrc"
 #include "uistrings.hrc"
 #include "RptResId.hrc"




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to