summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/adabas/BGroups.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-08-13 13:03:54 +0000
committerOcke Janssen <oj@openoffice.org>2001-08-13 13:03:54 +0000
commit8227b6974242e05571079f41e895e95e9e793907 (patch)
tree572b2cd819fda95d0cb32cf1954bbbb5a8938032 /connectivity/source/drivers/adabas/BGroups.cxx
parent808c6918cbe96f07ac1a5f7a0d80951b90ab87ce (diff)
#90895# remove all insert calls from derived classes
Diffstat (limited to 'connectivity/source/drivers/adabas/BGroups.cxx')
-rw-r--r--connectivity/source/drivers/adabas/BGroups.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/adabas/BGroups.cxx b/connectivity/source/drivers/adabas/BGroups.cxx
index af8f96e3bb27..25bce7fd580f 100644
--- a/connectivity/source/drivers/adabas/BGroups.cxx
+++ b/connectivity/source/drivers/adabas/BGroups.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: BGroups.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: oj $ $Date: 2001-05-18 08:48:06 $
+ * last change: $Author: oj $ $Date: 2001-08-13 13:58:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -157,7 +157,7 @@ void SAL_CALL OGroups::dropByIndex( sal_Int32 index ) throw(SQLException, IndexO
if (index < 0 || index >= getCount())
throw IndexOutOfBoundsException(::rtl::OUString::valueOf(index),*this);
- dropByName(m_aElements[index]->first);
+ dropByName(getElementName(index));
}