diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 14:24:39 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-21 14:24:39 +0000 |
commit | a0ba0791e8c68d814efff648c8aa1b008008a712 (patch) | |
tree | 56da0b3a33d30644976dacb4d0f4dcbf0a8d0c10 /svx/source/form | |
parent | c3650a7a70293ecd755e9f257ad5c48c1903ebda (diff) |
INTEGRATION: CWS dba24c (1.64.76); FILE MERGED
2007/09/05 07:56:35 fs 1.64.76.1: #i80879# no semicolon-separated strings anymore
Diffstat (limited to 'svx/source/form')
-rw-r--r-- | svx/source/form/fmvwimp.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx index c9bd1b34b5ac..5b103856bc70 100644 --- a/svx/source/form/fmvwimp.cxx +++ b/svx/source/form/fmvwimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fmvwimp.cxx,v $ * - * $Revision: 1.64 $ + * $Revision: 1.65 $ * - * last change: $Author: obo $ $Date: 2007-07-18 10:53:50 $ + * last change: $Author: ihi $ $Date: 2007-11-21 15:24:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1504,7 +1504,7 @@ SdrObject* FmXFormView::implCreateFieldControl( const ::svx::ODataAccessDescript break; case DataType::TIMESTAMP: bDateNTimeField = sal_True; - sLabelPostfix = UniString(SVX_RES(RID_STR_DATETIME_LABELPOSTFIX)).GetToken(0, ';'); + sLabelPostfix = String( SVX_RES( RID_STR_POSTFIX_DATE ) ); // DON'T break ! case DataType::DATE: nOBJID = OBJ_FM_DATEFIELD; @@ -1560,7 +1560,7 @@ SdrObject* FmXFormView::implCreateFieldControl( const ::svx::ODataAccessDescript // die Zeit-Komponente pLabel = pControl = NULL; createControlLabelPair(m_pView,_pOutDev, 0,1000, xField, xNumberFormats, OBJ_FM_TIMEFIELD, - UniString(SVX_RES(RID_STR_DATETIME_LABELPOSTFIX)).GetToken(1, ';'),FmFormInventor,OBJ_FM_FIXEDTEXT, + String( SVX_RES( RID_STR_POSTFIX_TIME ) ), FmFormInventor,OBJ_FM_FIXEDTEXT, NULL,NULL,NULL, pLabel, pControl); |