summaryrefslogtreecommitdiff
path: root/sw/source/core/swg/SwXMLBlockImport.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:30:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 16:30:20 +0000
commit897e4a718a39c1c226a0b863ce320fda88830e4a (patch)
tree2efc7214259e996f32b44862f3a54852d618237f /sw/source/core/swg/SwXMLBlockImport.cxx
parent93d35a3f27a3fb255e7c5439f6b34488022fe4fb (diff)
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, ...)
Diffstat (limited to 'sw/source/core/swg/SwXMLBlockImport.cxx')
-rw-r--r--sw/source/core/swg/SwXMLBlockImport.cxx8
1 files changed, 4 insertions, 4 deletions
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 &&