[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - svtools/inc

Caolán McNamara caolanm at redhat.com
Thu Mar 15 15:57:44 UTC 2018


 svtools/inc/errtxt.hrc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9e96d2ceeec43dae867b98b90d73cfc3380bb2f0
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Mar 12 09:25:09 2018 +0000

    missing error description for ERRCODE_SFX_FORMAT_ROWCOL
    
    Change-Id: Ia616486011f92ccfdd743e46f1b583b99b087eb5
    Reviewed-on: https://gerrit.libreoffice.org/51116
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Reviewed-by: Sophie Gautier <gautier.sophie at gmail.com>

diff --git a/svtools/inc/errtxt.hrc b/svtools/inc/errtxt.hrc
index b0c82246c807..ea46aa1a3e90 100644
--- a/svtools/inc/errtxt.hrc
+++ b/svtools/inc/errtxt.hrc
@@ -130,6 +130,7 @@ const ErrMsgCode RID_ERRHDL[] =
     { NC_("RID_ERRHDL", "Wrong checksum.") , ERRCODE_IO_BADCRC },
     { NC_("RID_ERRHDL", "Function not possible: write protected.") , ERRCODE_IO_WRITEPROTECTED },
     { NC_("RID_ERRHDL", "The password of a shared spreadsheet cannot be set or changed.\nDeactivate sharing mode first."), ERRCODE_SFX_SHARED_NOPASSWORDCHANGE },
+    { NC_("RID_ERRHDL", "File format error found at $(ARG1)(row,col)."), ERRCODE_SFX_FORMAT_ROWCOL },
     { nullptr, ERRCODE_NONE }
 };
 


More information about the Libreoffice-commits mailing list