summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-25 05:07:57 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-25 05:07:57 +0000
commit54945250194553427fb9f0979c06eeef559cee48 (patch)
treea74e312b451ec7ab54c080ae49d63b260dc72f15 /connectivity/source/drivers/adabas
parente5a9961af8eff444116c7028e59fd9cbdd02e199 (diff)
typing
Diffstat (limited to 'connectivity/source/drivers/adabas')
-rw-r--r--connectivity/source/drivers/adabas/BResultSetMetaData.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/connectivity/source/drivers/adabas/BResultSetMetaData.cxx b/connectivity/source/drivers/adabas/BResultSetMetaData.cxx
index df70ad5de067..478873b42c18 100644
--- a/connectivity/source/drivers/adabas/BResultSetMetaData.cxx
+++ b/connectivity/source/drivers/adabas/BResultSetMetaData.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BResultSetMetaData.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:14:20 $
+ * last change: $Author: oj $ $Date: 2001-04-25 06:07:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -174,8 +174,7 @@ sal_Bool SAL_CALL OResultSetMetaData::isCaseSensitive( sal_Int32 column ) throw(
// -------------------------------------------------------------------------
::rtl::OUString SAL_CALL OResultSetMetaData::getColumnTypeName( sal_Int32 column ) throw(starsdbc::SQLException, staruno::RuntimeException)
{
- return getCharColAttrib(column,SQL_DESC_TYPE_NAME
-);
+ return getCharColAttrib(column,SQL_DESC_TYPE_NAME);
}
// -------------------------------------------------------------------------
::rtl::OUString SAL_CALL OResultSetMetaData::getColumnLabel( sal_Int32 column ) throw(starsdbc::SQLException, staruno::RuntimeException)