summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-13 15:27:02 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-13 15:27:02 +0000
commitb3083ae25544e27e2878756950784f42f22fe64b (patch)
tree9acde03f5383e3fff7fb081edfc5e511d2150306 /connectivity
parent155e7910270c379d027ee302be1218abc94e557f (diff)
INTEGRATION: CWS dba22ui (1.11.20); FILE MERGED
2006/12/05 09:46:56 fs 1.11.20.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/simpledbt/staticdbtools_s.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/connectivity/source/simpledbt/staticdbtools_s.cxx b/connectivity/source/simpledbt/staticdbtools_s.cxx
index 3bc881a13389..be5fbe416981 100644
--- a/connectivity/source/simpledbt/staticdbtools_s.cxx
+++ b/connectivity/source/simpledbt/staticdbtools_s.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: staticdbtools_s.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 03:14:32 $
+ * last change: $Author: kz $ $Date: 2006-12-13 16:27:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -219,14 +219,6 @@ namespace connectivity
_rCommand, _pErrorInfo );
}
- //----------------------------------------------------------------
- sal_Bool ODataAccessStaticTools::isDataSourcePropertyEnabled(const Reference< XInterface>& _xProp
- ,const ::rtl::OUString& _sProperty,
- sal_Bool _bDefault) const
- {
- return ::dbtools::isDataSourcePropertyEnabled( _xProp,_sProperty ,_bDefault );
- }
-
// ------------------------------------------------
bool ODataAccessStaticTools::isEmbeddedInDatabase( const Reference< XInterface >& _rxComponent, Reference< XConnection >& _rxActualConnection )
{