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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Feb 23 09:16:12 UTC 2021


 dbaccess/source/ui/browser/sbagrid.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5d0be64c859260904a7680fcca4b1e6b8f91fedb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 22 21:41:04 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Feb 23 10:15:32 2021 +0100

    Fix typo
    
    In all other places I see similar invocation written with right spell.
    I guess these are wrong.
    
    Change-Id: Ie0300d8ea0c42554dec0cd95c13a1be571e11536
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111366
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Jenkins

diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx
index e293a481b07b..7c6278d60fe2 100644
--- a/dbaccess/source/ui/browser/sbagrid.cxx
+++ b/dbaccess/source/ui/browser/sbagrid.cxx
@@ -585,13 +585,13 @@ void SbaGridHeader::PreExecuteColumnContextMenu(sal_uInt16 nColId, weld::Menu& r
         default:
             rMenu.insert(nPos++, "colattrset", DBA_RES(RID_STR_COLUMN_FORMAT),
                          nullptr, nullptr, nullptr, TRISTATE_INDET);
-            rMenu.insert_separator(nPos++, "seperator1");
+            rMenu.insert_separator(nPos++, "separator1");
         }
     }
 
     rMenu.insert(nPos++, "colwidth", DBA_RES(RID_STR_COLUMN_WIDTH),
                  nullptr, nullptr, nullptr, TRISTATE_INDET);
-    rMenu.insert_separator(nPos++, "seperator2");
+    rMenu.insert_separator(nPos++, "separator2");
 }
 
 void SbaGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const weld::Menu& rMenu, const OString& rExecutionResult)


More information about the Libreoffice-commits mailing list