From 897e4a718a39c1c226a0b863ce320fda88830e4a Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Tue, 5 Jun 2007 16:30:20 +0000 Subject: INTEGRATION: CWS bgdlremove (1.9.310); FILE MERGED 2007/05/11 09:14:29 kso 1.9.310.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...) --- sw/source/core/swg/SwXMLBlockImport.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/source/core/swg/SwXMLBlockImport.cxx') diff --git a/sw/source/core/swg/SwXMLBlockImport.cxx b/sw/source/core/swg/SwXMLBlockImport.cxx index 500cbd5ea3..ad8dca26e8 100644 --- a/sw/source/core/swg/SwXMLBlockImport.cxx +++ b/sw/source/core/swg/SwXMLBlockImport.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SwXMLBlockImport.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2006-09-16 21:28:09 $ + * last change: $Author: ihi $ $Date: 2007-06-05 17:30:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,7 @@ SwXMLBlockListImport::~SwXMLBlockListImport ( void ) SvXMLImportContext *SwXMLBlockListImport::CreateContext( sal_uInt16 nPrefix, const OUString& rLocalName, - const Reference< xml::sax::XAttributeList > & xAttrList ) + const uno::Reference< xml::sax::XAttributeList > & xAttrList ) { SvXMLImportContext *pContext = 0; if ( XML_NAMESPACE_BLOCKLIST == nPrefix && @@ -118,7 +118,7 @@ SwXMLTextBlockImport::~SwXMLTextBlockImport ( void ) SvXMLImportContext *SwXMLTextBlockImport::CreateContext( sal_uInt16 nPrefix, const OUString& rLocalName, - const Reference< xml::sax::XAttributeList > & xAttrList ) + const uno::Reference< xml::sax::XAttributeList > & xAttrList ) { SvXMLImportContext *pContext = 0; if( XML_NAMESPACE_OFFICE == nPrefix && -- cgit v1.2.3