User: ihi     
Date: 2007-06-05 14:21:46+0000
Log:
 INTEGRATION: CWS bgdlremove (1.7.94); FILE MERGED
 2007/05/18 09:01:37 kso 1.7.94.1: #i77419# - cleanup of ucbhelper namespaces.
 Issue number:
 Submitted by:
 Reviewed by:

File Changes:

Directory: /dba/connectivity/source/drivers/evoab/
==================================================

File [changed]: LDriver.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LDriver.cxx?r1=1.7&r2=1.8
Delta lines:  +2 -5
-------------------
--- LDriver.cxx 2006-09-17 02:26:20+0000        1.7
+++ LDriver.cxx 2007-06-05 14:21:43+0000        1.8
@@ -60,9 +60,6 @@
 #ifndef _COMPHELPER_PROCESSFACTORY_HXX_
 #include <comphelper/processfactory.hxx>
 #endif
-#ifndef _COM_SUN_STAR_UCB_XCONTENTACCESS_HPP_
-#include <com/sun/star/ucb/XContentAccess.hpp>
-#endif
 #ifndef _COM_SUN_STAR_UCB_XCOMMANDENVIRONMENT_HPP_
 #include <com/sun/star/ucb/XCommandEnvironment.hpp>
 #endif
@@ -424,11 +421,11 @@
 //-------------------------------------------------------------------------
 sal_Bool OEvoabDriver::fileExists(const ::rtl::OUString& _rURL, sal_Bool 
_bIsDir) const
 {
-       ::ucb::Content aCheckExistence;
+       ::ucbhelper::Content aCheckExistence;
        sal_Bool bExists = sal_False;
        try
        {
-               aCheckExistence = ::ucb::Content(_rURL, Reference< 
XCommandEnvironment >());
+               aCheckExistence = ::ucbhelper::Content(_rURL, Reference< 
XCommandEnvironment >());
                if(_bIsDir)
                        bExists = aCheckExistence.isFolder();
                else




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to