INTEGRATION: CWS bgdlremove (1.5.98); FILE MERGED
2007/05/18 09:03:13 kso 1.5.98.1: #i77419# - cleanup of ucbhelper namespaces.
This commit is contained in:
parent
6edca299f2
commit
08d3e0b37f
1 changed files with 14 additions and 14 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: myucp_resultset.cxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2006-09-17 06:41:05 $
|
||||
* last change: $Author: ihi $ $Date: 2007-06-05 14:39:58 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -91,7 +91,7 @@ DynamicResultSet::DynamicResultSet(
|
|||
void DynamicResultSet::initStatic()
|
||||
{
|
||||
m_xResultSet1
|
||||
= new ::ucb::ResultSet( m_xSMgr,
|
||||
= new ::ucbhelper::ResultSet( m_xSMgr,
|
||||
m_aCommand.Properties,
|
||||
new DataSupplier( m_xSMgr,
|
||||
m_xContent,
|
||||
|
@ -103,7 +103,7 @@ void DynamicResultSet::initStatic()
|
|||
void DynamicResultSet::initDynamic()
|
||||
{
|
||||
m_xResultSet1
|
||||
= new ::ucb::ResultSet( m_xSMgr,
|
||||
= new ::ucbhelper::ResultSet( m_xSMgr,
|
||||
m_aCommand.Properties,
|
||||
new DataSupplier( m_xSMgr,
|
||||
m_xContent,
|
||||
|
|
Loading…
Reference in a new issue