User: hr      
Date: 06/06/19 19:53:00

Modified:
 /dba/dbaccess/source/filter/xml/
  xmlfilter.cxx

Log:
 INTEGRATION: CWS warnings01 (1.11.74); FILE MERGED
 2006/03/24 15:35:58 fs 1.11.74.1: #i57457# warning-free code (unxlngi6/.pro + 
unxsoli4.pro)

File Changes:

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

File [changed]: xmlfilter.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlfilter.cxx?r1=1.11&r2=1.12
Delta lines:  +3 -7
-------------------
--- xmlfilter.cxx       23 Sep 2005 12:13:46 -0000      1.11
+++ xmlfilter.cxx       20 Jun 2006 02:52:57 -0000      1.12
@@ -144,10 +144,8 @@
 sal_Int32 ReadThroughComponent(
        const Reference<XInputStream>& xInputStream,
        const Reference<XComponent>& xModelComponent,
-       const sal_Char* pStreamName,
        const Reference<XMultiServiceFactory> & rFactory,
-       const Reference< XDocumentHandler >& _xFilter,
-       sal_Bool bEncrypted )
+       const Reference< XDocumentHandler >& _xFilter )
 {
        DBG_ASSERT(xInputStream.is(), "input stream missing");
        DBG_ASSERT(xModelComponent.is(), "document missing");
@@ -283,10 +281,8 @@
                // read from the stream
                return ReadThroughComponent( xInputStream
                                                                        
,xModelComponent
-                                                                       
,pStreamName
                                                                        
,rFactory
-                                                                       
,_xFilter
-                                                                       
,bEncrypted );
+                                                                       
,_xFilter );
        }
 
        // TODO/LATER: better error handling
@@ -463,7 +459,7 @@
                        break;
                case XML_TOK_DOC_DATABASE:
                        GetProgressBarHelper()->Increment( PROGRESS_BAR_STEP );
-                       pContext = new OXMLDatabase( *this, nPrefix, 
rLocalName,xAttrList );
+                       pContext = new OXMLDatabase( *this, nPrefix, rLocalName 
);
                        break;
                case XML_TOK_DOC_STYLES:
                        GetProgressBarHelper()->Increment( PROGRESS_BAR_STEP );




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

Reply via email to