summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/listcombowizard.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-07-04 05:05:02 +0000
committerOcke Janssen <oj@openoffice.org>2001-07-04 05:05:02 +0000
commit677d4d1ddeae67aea8bdae0398a96f1be686d0d2 (patch)
tree694e72bcd65d0526216b0adcc58fc0aa32a40aae /extensions/source/dbpilots/listcombowizard.cxx
parentf68b4c18cbc69d4e25672c8717a498a688ec3c3e (diff)
#89191# sLinkedListField isn't used when combobox
Diffstat (limited to 'extensions/source/dbpilots/listcombowizard.cxx')
-rw-r--r--extensions/source/dbpilots/listcombowizard.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx
index 36f1d953899b..4b5b61ade1b8 100644
--- a/extensions/source/dbpilots/listcombowizard.cxx
+++ b/extensions/source/dbpilots/listcombowizard.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: listcombowizard.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: fs $ $Date: 2001-05-30 16:48:06 $
+ * last change: $Author: oj $ $Date: 2001-07-04 06:05:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -228,7 +228,8 @@ namespace dbp
// do some quotings
if (xMetaData.is())
{
- getSettings().sLinkedListField = quoteTableName(xMetaData, getSettings().sLinkedListField);
+ if (isListBox()) // only when we have a listbox this should be not empty
+ getSettings().sLinkedListField = quoteTableName(xMetaData, getSettings().sLinkedListField);
getSettings().sListContentTable = quoteTableName(xMetaData, getSettings().sListContentTable);
getSettings().sListContentField = quoteTableName(xMetaData, getSettings().sListContentField);
}
@@ -614,6 +615,9 @@ namespace dbp
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.7 2001/05/30 16:48:06 fs
+ * #86714# show the data source of the form on the first not data source related page
+ *
* Revision 1.6 2001/03/30 13:15:43 fs
* added a description to the laste page of the list box wizard
*