Kaydet (Commit) a40270f6 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba22ui (1.19.158); FILE MERGED

2006/12/05 11:43:58 fs 1.19.158.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
üst 63d07878
......@@ -4,9 +4,9 @@
*
* $RCSfile: dbtoolsclient.cxx,v $
*
* $Revision: 1.19 $
* $Revision: 1.20 $
*
* last change: $Author: obo $ $Date: 2006-09-17 05:04:17 $
* last change: $Author: kz $ $Date: 2006-12-13 16:41:54 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -355,17 +355,6 @@ namespace svxform
return aNames;
}
//----------------------------------------------------------------
sal_Bool OStaticDataAccessTools::isDataSourcePropertyEnabled(const Reference< XInterface>& _xProp
,const ::rtl::OUString& _sProperty,
sal_Bool _bDefault) const
{
sal_Bool bRet = _bDefault;
checkIfLoaded();
if ( m_xDataAccessTools.is() )
bRet = m_xDataAccessTools->isDataSourcePropertyEnabled( _xProp,_sProperty ,_bDefault );
return bRet;
}
//----------------------------------------------------------------
bool OStaticDataAccessTools::isEmbeddedInDatabase( const Reference< XInterface >& _rxComponent, Reference< XConnection >& _rxActualConnection )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment