summaryrefslogtreecommitdiff
path: root/svx/source/form/fmview.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:24:20 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-21 14:24:20 +0000
commitc3650a7a70293ecd755e9f257ad5c48c1903ebda (patch)
tree7d00ce693794dc50d962023932202fbb605acad9 /svx/source/form/fmview.cxx
parent9e05b24c23966428febc376fca4b0de627a0bebe (diff)
INTEGRATION: CWS dba24c (1.50.96); FILE MERGED
2007/09/05 07:56:35 fs 1.50.96.1: #i80879# no semicolon-separated strings anymore
Diffstat (limited to 'svx/source/form/fmview.cxx')
-rw-r--r--svx/source/form/fmview.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index fce1235df975..e27ab533df57 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fmview.cxx,v $
*
- * $Revision: 1.50 $
+ * $Revision: 1.51 $
*
- * last change: $Author: rt $ $Date: 2007-07-06 07:36:30 $
+ * last change: $Author: ihi $ $Date: 2007-11-21 15:24:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -646,8 +646,6 @@ SdrObject* FmFormView::CreateXFormsControl( const OXFormsDescriptor &_rDesc )
//------------------------------------------------------------------------
SdrObject* FmFormView::CreateFieldControl(const UniString& rFieldDesc) const
{
- // SBA_FIELDEXCHANGE_FORMAT
- // "Datenbankname";"Tabellen/QueryName";1/0(fuer Tabelle/Abfrage);"Feldname"
::rtl::OUString sDataSource = rFieldDesc.GetToken(0,sal_Unicode(11));
::rtl::OUString sObjectName = rFieldDesc.GetToken(1,sal_Unicode(11));
sal_uInt16 nObjectType = (sal_uInt16)rFieldDesc.GetToken(2,sal_Unicode(11)).ToInt32();