diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 16:29:54 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 16:29:54 +0000 |
commit | 93d35a3f27a3fb255e7c5439f6b34488022fe4fb (patch) | |
tree | b461d43f61a743e60cf89ceb5baf2c2b3f51b6cf | |
parent | 385b24c77e3ed2c3f80bb475e290480504c35da8 (diff) |
INTEGRATION: CWS bgdlremove (1.37.118); FILE MERGED
2007/05/11 09:14:29 kso 1.37.118.1: #i76911# - ucbhelper lib no longer uses VOS.
(vos::ORef => rtl::Reference, vos::OMutex => osl::Mutex, ...)
-rw-r--r-- | sw/source/core/ole/ndole.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/ole/ndole.cxx b/sw/source/core/ole/ndole.cxx index cf0e43084e..731811f472 100644 --- a/sw/source/core/ole/ndole.cxx +++ b/sw/source/core/ole/ndole.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ndole.cxx,v $ * - * $Revision: 1.37 $ + * $Revision: 1.38 $ * - * last change: $Author: rt $ $Date: 2007-01-29 16:44:38 $ + * last change: $Author: ihi $ $Date: 2007-06-05 17:29:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -462,7 +462,7 @@ SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere, // set parent if XChild is supported //!! needed to supply Math objects with a valid reference device - Reference< container::XChild > xChild( pNode->GetOLEObj().GetObject().GetObject(), UNO_QUERY ); + uno::Reference< container::XChild > xChild( pNode->GetOLEObj().GetObject().GetObject(), UNO_QUERY ); if (xChild.is()) { SwDocShell *pDocSh = GetDoc()->GetDocShell(); @@ -484,7 +484,7 @@ SwOLENode * SwNodes::MakeOLENode( const SwNodeIndex & rWhere, // set parent if XChild is supported //!! needed to supply Math objects with a valid reference device - Reference< container::XChild > xChild( pNode->GetOLEObj().GetObject().GetObject(), UNO_QUERY ); + uno::Reference< container::XChild > xChild( pNode->GetOLEObj().GetObject().GetObject(), UNO_QUERY ); if (xChild.is()) { SwDocShell *pDocSh= GetDoc()->GetDocShell(); |