summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-30 12:22:34 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-30 12:22:34 +0000
commit3a9fb4ce709ac4940c5acd2a7bb1fbc2391beb92 (patch)
treeef37e90f1cfcb5803076821702329aa41abfefcf
parent2e1bb07d856707d6b6122c504ce8e8750e5536da (diff)
#86440# check index ext
-rw-r--r--connectivity/source/drivers/dbase/DIndex.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/drivers/dbase/DIndex.cxx b/connectivity/source/drivers/dbase/DIndex.cxx
index c07a2d1e7c39..d20dbb7dfcb8 100644
--- a/connectivity/source/drivers/dbase/DIndex.cxx
+++ b/connectivity/source/drivers/dbase/DIndex.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DIndex.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: oj $ $Date: 2001-04-30 10:11:27 $
+ * last change: $Author: oj $ $Date: 2001-04-30 13:22:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -547,7 +547,7 @@ BOOL ODbaseIndex::DropImpl()
{
// Verweist der Key auf ein Indexfile?...
aKeyName = aInfFile.GetKeyName( nKey );
- if (aKeyName.Copy(0,3) == "ndx")
+ if (aKeyName.Copy(0,3) == "NDX")
{
if(sEntry == String(aInfFile.ReadKey(aKeyName),m_pTable->getConnection()->getTextEncoding()))
{