[Libreoffice-commits] core.git: sw/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 5 09:52:03 UTC 2019


 sw/source/ui/fldui/fldpage.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c575d63197ff8c4b81e6c2a6c83546228518b7b7
Author:     Oliver Specht <oliver.specht at cib.de>
AuthorDate: Mon Feb 4 20:07:17 2019 +0100
Commit:     Oliver Specht <oliver.specht at cib.de>
CommitDate: Tue Feb 5 10:51:40 2019 +0100

    recording database fields fixed
    
    Change-Id: I0abe538f37ffe6bb9b3fe0873abbf636ed0a4974
    Reviewed-on: https://gerrit.libreoffice.org/67377
    Tested-by: Jenkins
    Reviewed-by: Oliver Specht <oliver.specht at cib.de>

diff --git a/sw/source/ui/fldui/fldpage.cxx b/sw/source/ui/fldui/fldpage.cxx
index 4c22c34a07ac..c35385da27a1 100644
--- a/sw/source/ui/fldui/fldpage.cxx
+++ b/sw/source/ui/fldui/fldpage.cxx
@@ -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)));
             }


More information about the Libreoffice-commits mailing list