summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-08-25 12:12:42 +0000
committerKurt Zenker <kz@openoffice.org>2005-08-25 12:12:42 +0000
commit2934e16f893394f972172ed066c9a334b27dd80a (patch)
tree44a0b5bbd1abe9039587e43166069adbc07fed96 /wizards
parentb2b584a6ceac0c2c3860c5633b344854ecaf9d3c (diff)
INTEGRATION: CWS qwizardsmacosx (1.3.70); FILE MERGED
2005/08/18 08:38:30 bc 1.3.70.1: #i48186# java.awt removed
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/document/DatabaseControl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/document/DatabaseControl.java b/wizards/com/sun/star/wizards/document/DatabaseControl.java
index 7a754e8e5a87..02c440e16df1 100644
--- a/wizards/com/sun/star/wizards/document/DatabaseControl.java
+++ b/wizards/com/sun/star/wizards/document/DatabaseControl.java
@@ -2,9 +2,9 @@
*
* $RCSfile: DatabaseControl.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2005-02-21 13:55:10 $
+ * last change: $Author: kz $ $Date: 2005-08-25 13:12:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -146,7 +146,7 @@ public class DatabaseControl extends Control {
if (FormHandler.oControlData[i].DataType == this.ifieldtype)
return FormHandler.oControlData[i].GridColumnName;
}
- return null;
+ return "";
}