summaryrefslogtreecommitdiff
path: root/dbaccess/source/core/dataaccess/commanddefinition.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-12-06 07:40:27 +0000
committerFrank Schönheit <fs@openoffice.org>2001-12-06 07:40:27 +0000
commit95c70e819a3fcbc3e6887a842dd69a07f0620b7b (patch)
tree2e5acdbb013ad5e3ac0cd9646b0c9cf35a0956a2 /dbaccess/source/core/dataaccess/commanddefinition.hxx
parent84b21823a1f287c1d67bc061c38b564deab9146f (diff)
#95380# corrected the XTypeProvider information
Diffstat (limited to 'dbaccess/source/core/dataaccess/commanddefinition.hxx')
-rw-r--r--dbaccess/source/core/dataaccess/commanddefinition.hxx17
1 files changed, 10 insertions, 7 deletions
diff --git a/dbaccess/source/core/dataaccess/commanddefinition.hxx b/dbaccess/source/core/dataaccess/commanddefinition.hxx
index 23e36f546fcc..2d525ee38139 100644
--- a/dbaccess/source/core/dataaccess/commanddefinition.hxx
+++ b/dbaccess/source/core/dataaccess/commanddefinition.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: commanddefinition.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: hr $ $Date: 2001-11-01 16:29:21 $
+ * last change: $Author: fs $ $Date: 2001-12-06 08:40:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -110,11 +110,10 @@ namespace dbaccess
//= OCommandDefinition - a database "document" which describes a query
//=========================================================================
-typedef ::cppu::WeakImplHelper3<
- ::com::sun::star::lang::XUnoTunnel,
- ::com::sun::star::lang::XServiceInfo,
- ::com::sun::star::sdbcx::XRename
- > OCommandDefinition_Base;
+typedef ::cppu::WeakImplHelper3 < ::com::sun::star::lang::XUnoTunnel
+ , ::com::sun::star::lang::XServiceInfo
+ , ::com::sun::star::sdbcx::XRename
+ > OCommandDefinition_Base;
class OCommandDefinition :public OCommandDefinition_Base
,public OCommandBase
@@ -152,6 +151,10 @@ public:
const ::utl::OConfigurationTreeRoot& _rConfigRoot
);
+// com::sun::star::lang::XTypeProvider
+ virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes() throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw (::com::sun::star::uno::RuntimeException);
+
// ::com::sun::star::uno::XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL acquire( ) throw() { OCommandDefinition_Base::acquire(); }