[Libreoffice-commits] core.git: 2 commits - basic/source helpcontent2

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 27 08:46:49 UTC 2019


 basic/source/classes/sb.cxx |    4 ++--
 helpcontent2                |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8139663ffa6fd53ee7dbe030c1a280c768b93299
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jan 26 13:31:34 2019 +0100
Commit:     Gerrit Code Review <gerrit at gerrit.libreoffice.org>
CommitDate: Sun Jan 27 09:46:34 2019 +0100

    Update git submodules
    
    * Update helpcontent2 from branch 'master'
      - Removed executable permission on SVG file
    
        Change-Id: Id70e4005d576fc9b13589aa53ade1cc211f6f3e3
        Reviewed-on: https://gerrit.libreoffice.org/66960
        Tested-by: Jenkins
        Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/helpcontent2 b/helpcontent2
index 3f27275900a4..e0909dbaa69b 160000
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 3f27275900a441c45af6c7e91901c98def81623a
+Subproject commit e0909dbaa69b546d27b5aa52befd1df99085d950
commit af2c169b7cafd20a552b0138a4a61fcb3145b89d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Jan 26 16:11:59 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jan 27 09:46:25 2019 +0100

    Fix typo
    
    Change-Id: Iccc171ce433e38c4eea4e73dcdba76720aa78056
    Reviewed-on: https://gerrit.libreoffice.org/66969
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx
index d97b5698c71a..4d92e3348704 100644
--- a/basic/source/classes/sb.cxx
+++ b/basic/source/classes/sb.cxx
@@ -1451,8 +1451,8 @@ const OUString& StarBASIC::GetErrorText() { return GetSbData()->aErrMsg; }
 // From 1996-03-29:
 // The mapping between the old and the new error codes take place by searching
 // through the table SFX_VB_ErrorTab[]. This is indeed not with good performance,
-// but it consumes much less memory than corresponding switch blocs.
-// Because the conversion of error codes has not to be fast. there is no
+// but it consumes much less memory than corresponding switch blocks.
+// Because the conversion of error codes has not to be fast. There is no
 // binary search by VB Error -> Error SFX.
 
 // Map back new error codes to old, Sbx-compatible


More information about the Libreoffice-commits mailing list