summaryrefslogtreecommitdiff
path: root/wizards/com/sun
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-06 13:32:10 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-06 13:32:10 +0000
commit025c719f3f2df56d2279d86919383e28585df6a1 (patch)
tree0946b02f5c19247853fdc0114ed8969662a23482 /wizards/com/sun
parentd1cca37ec2dbbfc57e6344cdf4999dbcdf29de21 (diff)
INTEGRATION: CWS dbwizardpp4 (1.8.28); FILE MERGED
2006/06/22 08:20:32 bc 1.8.28.1: #i45673# Fieldcolumns now differentiate between Fieldname and DisplayfieldName
Diffstat (limited to 'wizards/com/sun')
-rw-r--r--wizards/com/sun/star/wizards/ui/FieldSelection.java9
1 files changed, 7 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/ui/FieldSelection.java b/wizards/com/sun/star/wizards/ui/FieldSelection.java
index ab50fbba52cf..275e398324e0 100644
--- a/wizards/com/sun/star/wizards/ui/FieldSelection.java
+++ b/wizards/com/sun/star/wizards/ui/FieldSelection.java
@@ -4,9 +4,9 @@
*
* $RCSfile: FieldSelection.java,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 13:23:17 $
+ * last change: $Author: kz $ $Date: 2006-07-06 14:32:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -513,4 +513,9 @@ public class FieldSelection {
return bisModified;
}
+ public void changeSelectedFieldNames(String[] _sfieldnames){
+ CurUnoDialog.setControlProperty("lstSelFields" + sIncSuffix, "StringItemList", _sfieldnames);
+ }
+
+
}