summaryrefslogtreecommitdiff
path: root/connectivity/source/simpledbt
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-09-09 09:03:00 +0000
committerRüdiger Timm <rt@openoffice.org>2004-09-09 09:03:00 +0000
commit3bb039f618d27437eec44405d82806a990fa5363 (patch)
treea1d9c4288988abc7aee41c853626ecfcb5863fb1 /connectivity/source/simpledbt
parentb363193454b919dabcc63e1f7579c1932c258883 (diff)
INTEGRATION: CWS improveforms (1.5.14); FILE MERGED
2004/08/31 08:28:54 fs 1.5.14.1: #i33308# +getComponentContextConnection
Diffstat (limited to 'connectivity/source/simpledbt')
-rw-r--r--connectivity/source/simpledbt/staticdbtools_s.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/connectivity/source/simpledbt/staticdbtools_s.hxx b/connectivity/source/simpledbt/staticdbtools_s.hxx
index 437289c8154a..def3a6732524 100644
--- a/connectivity/source/simpledbt/staticdbtools_s.hxx
+++ b/connectivity/source/simpledbt/staticdbtools_s.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: staticdbtools_s.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: hr $ $Date: 2004-08-02 17:18:16 $
+ * last change: $Author: rt $ $Date: 2004-09-09 10:03:00 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -223,9 +223,15 @@ namespace connectivity
::dbtools::SQLExceptionInfo* _pErrorInfo = NULL
) SAL_THROW( ( ) );
+ // ------------------------------------------------
virtual sal_Bool isDataSourcePropertyEnabled(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xProp
,const ::rtl::OUString& _sProperty,
sal_Bool _bDefault = sal_False) const;
+
+ // ------------------------------------------------
+ virtual ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >
+ getComponentContextConnection( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent );
+
// disambiguate IReference
// ------------------------------------------------
virtual oslInterlockedCount SAL_CALL acquire();