summaryrefslogtreecommitdiffstats
path: root/wizards
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-30 08:33:19 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-30 08:33:19 +0000
commitf12bf21f9d42b7914e198261c0403ee928bf3c6c (patch)
tree7e47b15c8dea56d705bbcce650822f6dd41b2833 /wizards
parentINTEGRATION: CWS dba24d (1.1.2); FILE ADDED (diff)
downloadcore-f12bf21f9d42b7914e198261c0403ee928bf3c6c.tar.gz
core-f12bf21f9d42b7914e198261c0403ee928bf3c6c.zip
INTEGRATION: CWS dba24d (1.7.20); FILE MERGED
2007/11/06 10:58:54 oj 1.7.20.2: RESYNC: (1.7-1.8); FILE MERGED 2007/11/01 12:22:39 oj 1.7.20.1: #i81262# correct for loop
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/db/TypeInspector.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/db/TypeInspector.java b/wizards/com/sun/star/wizards/db/TypeInspector.java
index 004826daf4b1..eb2513c44397 100644
--- a/wizards/com/sun/star/wizards/db/TypeInspector.java
+++ b/wizards/com/sun/star/wizards/db/TypeInspector.java
@@ -4,9 +4,9 @@
*
* $RCSfile: TypeInspector.java,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: hr $ $Date: 2007-11-02 11:26:45 $
+ * last change: $Author: rt $ $Date: 2008-01-30 09:33:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -381,6 +381,7 @@ public class TypeInspector{
if (!bleaveloop){
if (this.bisAutoIncrementableInfos[i] )
return new TypeInfo(nDataType, this.sDataTypeNames[i], true);
+ startindex = i+1;
}
startindex = i+1;
}