summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-09-13 15:28:10 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-09-13 15:28:10 +0000
commitcf0ff088ba7c32e501fe6036f058d44e117f31c7 (patch)
tree22d924393a5725a8205839bd4f9b35348b9ca991 /wizards
parent4c79f658e9dc7b1cea9cf14ec0287c6fb748e1e7 (diff)
#102764# removing and Adding GroupFieldNames improved
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/report/Dataimport.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/report/Dataimport.java b/wizards/com/sun/star/wizards/report/Dataimport.java
index 528f49e04562..b21c1d5044fb 100644
--- a/wizards/com/sun/star/wizards/report/Dataimport.java
+++ b/wizards/com/sun/star/wizards/report/Dataimport.java
@@ -2,9 +2,9 @@
*
* $RCSfile: Dataimport.java,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: bc $ $Date: 2002-09-13 15:57:05 $
+ * last change: $Author: bc $ $Date: 2002-09-13 16:28:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -482,7 +482,7 @@ public class Dataimport extends ReportWizard{
}}
- public void addDBRecordstoReportDocument(ReportDocument CurReportDocument, XResultSet xResultSet, String[] FieldNames)
+/* public void addDBRecordstoReportDocument(ReportDocument CurReportDocument, XResultSet xResultSet, String[] FieldNames)
throws com.sun.star.sdbc.SQLException, com.sun.star.container.NoSuchElementException, com.sun.star.lang.IllegalArgumentException,
com.sun.star.lang.WrappedTargetException{
int iColIndex;
@@ -508,7 +508,7 @@ public class Dataimport extends ReportWizard{
CurReportDocument.ReportTextDocument.getText().insertControlCharacter(xTextCursor, com.sun.star.text.ControlCharacter.PARAGRAPH_BREAK, false);
}
CurReportDocument.ReportTextDocument.unlockControllers();
- }
+ } */
public void updateProgressDisplay(int iCounter, UNODialogs CurUNOProgressDialog){