Kaydet (Commit) c575d631 authored tarafından Oliver Specht's avatar Oliver Specht

recording database fields fixed

Change-Id: I0abe538f37ffe6bb9b3fe0873abbf636ed0a4974
Reviewed-on: https://gerrit.libreoffice.org/67377
Tested-by: Jenkins
Reviewed-by: 's avatarOliver Specht <oliver.specht@cib.de>
üst cfc1f4ea
......@@ -149,7 +149,7 @@ void SwFieldPage::InsertField(sal_uInt16 nTypeId, sal_uInt16 nSubType, const OUS
aReq.AppendItem(SfxStringItem
(FN_PARAM_1,rPar1.getToken(1, DB_DELIM)));
aReq.AppendItem(SfxInt32Item
(FN_PARAM_3,rPar1.getToken(1, DB_DELIM).toInt32()));
(FN_PARAM_3,rPar1.getToken(2, DB_DELIM).toInt32()));
aReq.AppendItem(SfxStringItem
(FN_PARAM_2,rPar1.getToken(3, DB_DELIM)));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment