diff options
author | Ocke Janssen <oj@openoffice.org> | 2000-10-30 06:55:15 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2000-10-30 06:55:15 +0000 |
commit | d23b336a85616e3f5712d5c17baf68be7c3b8f8f (patch) | |
tree | 9df689e7d8e5a0a2dd75502099c40f24268fbb90 /connectivity/source/sdbcx/VKeyColumn.cxx | |
parent | b2c5030c2f0fa3f8f8e270513e648aa4d4b2da49 (diff) |
descriptors inserted
Diffstat (limited to 'connectivity/source/sdbcx/VKeyColumn.cxx')
-rw-r--r-- | connectivity/source/sdbcx/VKeyColumn.cxx | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/connectivity/source/sdbcx/VKeyColumn.cxx b/connectivity/source/sdbcx/VKeyColumn.cxx index ffda74ae5954..7ced8193f9ea 100644 --- a/connectivity/source/sdbcx/VKeyColumn.cxx +++ b/connectivity/source/sdbcx/VKeyColumn.cxx @@ -2,9 +2,9 @@ * * $RCSfile: VKeyColumn.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2000-10-24 15:40:49 $ + * last change: $Author: oj $ $Date: 2000-10-30 07:53:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,12 +70,9 @@ using namespace connectivity::dbtools; using namespace connectivity::sdbcx; using namespace ::com::sun::star::beans; - -// ------------------------------------------------------------------------- -OKeyColumn::OKeyColumn(sal_Bool _bCase) : OColumn(_bCase) -{ - construct(); -} +using namespace ::com::sun::star::uno; +using namespace cppu; +IMPLEMENT_SERVICE_INFO(OKeyColumn,"com.sun.star.sdbcx.VKeyColumn","com.sun.star.sdbcx.KeyColumn"); // ------------------------------------------------------------------------- OKeyColumn::OKeyColumn( const ::rtl::OUString& _ReferencedColumn, const ::rtl::OUString& _Name, @@ -115,3 +112,5 @@ void OKeyColumn::construct() registerProperty(PROPERTY_REFERENCEDCOLUMN, PROPERTY_ID_REFERENCEDCOLUMN, nAttrib,&m_ReferencedColumn, ::getCppuType(reinterpret_cast< ::rtl::OUString*>(NULL))); } + + |