diff options
author | Pascal Junck <pjunck@openoffice.org> | 2004-10-22 10:54:05 +0000 |
---|---|---|
committer | Pascal Junck <pjunck@openoffice.org> | 2004-10-22 10:54:05 +0000 |
commit | 2d727853bb04ab1eb0ef4eaf7fa5b36d04c845cb (patch) | |
tree | bf6bb6542d80e236029cdb20e5f7012fb31b6620 | |
parent | 5464bea53bb6fbe90636c0970f1e1d75b4f2b617 (diff) |
INTEGRATION: CWS dba17 (1.7.14); FILE MERGED
2004/09/22 12:57:52 fs 1.7.14.1: #i33913# isEmbeddedInDatabase superseding getComponentContextConnection
-rw-r--r-- | svx/source/inc/dbtoolsclient.hxx | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/svx/source/inc/dbtoolsclient.hxx b/svx/source/inc/dbtoolsclient.hxx index ad127d1142f1..7bd3979c071c 100644 --- a/svx/source/inc/dbtoolsclient.hxx +++ b/svx/source/inc/dbtoolsclient.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbtoolsclient.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2004-09-09 10:23:53 $ + * last change: $Author: pjunck $ $Date: 2004-10-22 11:54:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -234,8 +234,15 @@ namespace svxform 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 ); + bool isEmbeddedInDatabase( + const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent, + ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxActualConnection + ); + + // ------------------------------------------------ + bool isEmbeddedInDatabase( + const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent + ); }; //........................................................................ } // namespace svxform |