User: ihi Date: 2007-06-05 14:22:12+0000 Log: INTEGRATION: CWS bgdlremove (1.15.62); FILE MERGED 2007/05/18 09:01:38 kso 1.15.62.1: #i77419# - cleanup of ucbhelper namespaces. Issue number: Submitted by: Reviewed by:
File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LTable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LTable.cxx?r1=1.15&r2=1.16 Delta lines: +1 -7 ------------------- --- LTable.cxx 2006-11-21 17:00:10+0000 1.15 +++ LTable.cxx 2007-06-05 14:22:10+0000 1.16 @@ -51,7 +51,7 @@ #include <com/sun/star/ucb/XContentAccess.hpp> #endif #ifndef _COM_SUN_STAR_SQLC_XROW_HPP_ -#include <com/sun/star/sdbc/XRow.hpp> +//#include <com/sun/star/sdbc/XRow.hpp> #endif #ifndef _SV_CONVERTER_HXX_ #include <svtools/converter.hxx> @@ -78,9 +78,6 @@ #include <rtl/math.hxx> #endif #include <stdio.h> //sprintf -#ifndef _UCBHELPER_CONTENT_HXX -#include <ucbhelper/content.hxx> -#endif #ifndef _COMPHELPER_EXTRACT_HXX_ #include <comphelper/extract.hxx> #endif @@ -114,7 +111,6 @@ using namespace connectivity; using namespace connectivity::evoab; using namespace connectivity::file; -using namespace ucb; using namespace ::cppu; using namespace utl; using namespace ::com::sun::star::uno; @@ -406,8 +402,6 @@ if(aURL.getExtension() != rtl::OUString(m_pConnection->getExtension())) aURL.setExtension(m_pConnection->getExtension()); - // Content aContent(aURL.GetMainURL()); - String aFileName = aURL.GetMainURL(INetURLObject::NO_DECODE); m_pFileStream = createStream_simpleError( aFileName,STREAM_READWRITE | STREAM_NOCREATE | STREAM_SHARE_DENYWRITE); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
