diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:34:11 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-05 17:34:11 +0000 |
commit | 66616f4fa842e0d8e0ce79db10e56a62efce1522 (patch) | |
tree | 0f5d7172684e48f91361df1455f4c6876e062a6f /sot | |
parent | e02efe14069bff009c652815c4ee13b502a7af61 (diff) |
INTEGRATION: CWS bgdlremove (1.46.20); FILE MERGED
2007/05/18 11:27:32 kso 1.46.20.1: #i77419# - cleanup of ucbhelper namespaces.
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/storage.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 3d88abe712f0..7083ea5a8165 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: storage.cxx,v $ * - * $Revision: 1.46 $ + * $Revision: 1.47 $ * - * last change: $Author: ihi $ $Date: 2006-12-19 14:07:18 $ + * last change: $Author: ihi $ $Date: 2007-06-05 18:34:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -536,7 +536,7 @@ SotStorage::SotStorage() #include <ucbhelper/content.hxx> #endif -SotStorage::SotStorage( const ::ucb::Content& rContent, const String & rName, StreamMode nMode, StorageMode nStorageMode ) +SotStorage::SotStorage( const ::ucbhelper::Content& rContent, const String & rName, StreamMode nMode, StorageMode nStorageMode ) INIT_SotStorage() { m_aName = rName; // Namen merken @@ -584,7 +584,7 @@ void SotStorage::CreateStorage( BOOL bForceUCBStorage, StreamMode nMode, Storage String aURL = UCBStorage::CreateLinkFile( m_aName ); if ( aURL.Len() ) { - ::ucb::Content aContent( aURL, ::com::sun::star::uno::Reference < ::com::sun::star::ucb::XCommandEnvironment >() ); + ::ucbhelper::Content aContent( aURL, ::com::sun::star::uno::Reference < ::com::sun::star::ucb::XCommandEnvironment >() ); m_pOwnStg = new UCBStorage( aContent, aURL, nMode, FALSE ); } else |