summaryrefslogtreecommitdiff
path: root/linguistic/source/convdicxml.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-06 09:48:58 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-06 09:48:58 +0000
commit1721f8e41e808f702067862b2ce0e892ad766118 (patch)
treeb1f957791e04f9d43328305762d49d158ac05cde /linguistic/source/convdicxml.cxx
parent974f91a8fd65f18cc12273effa817d87702545cb (diff)
INTEGRATION: CWS bgdlremove (1.6.30); FILE MERGED
2007/05/11 09:01:02 kso 1.6.30.1: #i76911# - ucbhelper lib no longer uses VOS. (vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
Diffstat (limited to 'linguistic/source/convdicxml.cxx')
-rw-r--r--linguistic/source/convdicxml.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx
index 2d48502ac3c0..9a6a3d9acd1c 100644
--- a/linguistic/source/convdicxml.cxx
+++ b/linguistic/source/convdicxml.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: convdicxml.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: vg $ $Date: 2007-05-25 12:21:21 $
+ * last change: $Author: ihi $ $Date: 2007-06-06 10:48:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -295,7 +295,7 @@ SvXMLImportContext * ConvDicXMLImportContext::CreateChildContext(
////////////////////////////////////////
void ConvDicXMLDictionaryContext_Impl::StartElement(
- const Reference< xml::sax::XAttributeList > &rxAttrList )
+ const uno::Reference< xml::sax::XAttributeList > &rxAttrList )
{
sal_Int16 nAttrCount = rxAttrList.is() ? rxAttrList->getLength() : 0;
for (sal_Int16 i = 0; i < nAttrCount; ++i)
@@ -347,7 +347,7 @@ SvXMLImportContext * ConvDicXMLEntryTextContext_Impl::CreateChildContext(
}
void ConvDicXMLEntryTextContext_Impl::StartElement(
- const Reference< xml::sax::XAttributeList >& rxAttrList )
+ const uno::Reference< xml::sax::XAttributeList >& rxAttrList )
{
sal_Int16 nAttrCount = rxAttrList.is() ? rxAttrList->getLength() : 0;
for (sal_Int16 i = 0; i < nAttrCount; ++i)
@@ -395,8 +395,8 @@ sal_Bool ConvDicXMLExport::Export( SfxMedium & /*rMedium*/ )
{
sal_Bool bRet = sal_False;
- Reference< document::XExporter > xExporter( this );
- Reference< document::XFilter > xFilter( xExporter, UNO_QUERY );
+ uno::Reference< document::XExporter > xExporter( this );
+ uno::Reference< document::XFilter > xFilter( xExporter, UNO_QUERY );
uno::Sequence< beans::PropertyValue > aProps(0);
xFilter->filter( aProps ); // calls exportDoc implicitly