summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdotxln.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:36:24 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 13:36:24 +0000
commit9d95c357de74dd335a0936e3999c19c24ecd0f72 (patch)
treeda91d288f39a3f4f896c46431073b2bb7bb14ed6 /svx/source/svdraw/svdotxln.cxx
parent4e25a83f606ad78186f8626f93aed68927da29e7 (diff)
INTEGRATION: CWS bgdlremove (1.14.302); FILE MERGED
2007/05/18 11:33:55 kso 1.14.302.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'svx/source/svdraw/svdotxln.cxx')
-rw-r--r--svx/source/svdraw/svdotxln.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/svdraw/svdotxln.cxx b/svx/source/svdraw/svdotxln.cxx
index 925e10f8d6eb..07f8b3d12ee3 100644
--- a/svx/source/svdraw/svdotxln.cxx
+++ b/svx/source/svdraw/svdotxln.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdotxln.cxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 13:14:48 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 14:36:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -245,9 +245,9 @@ FASTBOOL SdrTextObj::ReloadLinkedText( FASTBOOL bForceLoad)
if( pData )
{
- ::ucb::ContentBroker* pBroker = ::ucb::ContentBroker::get();
- DateTime aFileDT;
- BOOL bExists = FALSE, bLoad = FALSE;
+ ::ucbhelper::ContentBroker* pBroker = ::ucbhelper::ContentBroker::get();
+ DateTime aFileDT;
+ BOOL bExists = FALSE, bLoad = FALSE;
if( pBroker )
{
@@ -258,7 +258,7 @@ FASTBOOL SdrTextObj::ReloadLinkedText( FASTBOOL bForceLoad)
INetURLObject aURL( pData->aFileName );
DBG_ASSERT( aURL.GetProtocol() != INET_PROT_NOT_VALID, "invalid URL" );
- ::ucb::Content aCnt( aURL.GetMainURL( INetURLObject::NO_DECODE ), ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >() );
+ ::ucbhelper::Content aCnt( aURL.GetMainURL( INetURLObject::NO_DECODE ), ::com::sun::star::uno::Reference< ::com::sun::star::ucb::XCommandEnvironment >() );
::com::sun::star::uno::Any aAny( aCnt.getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DateModified" ) ) ) );
::com::sun::star::util::DateTime aDateTime;