dbaccess/source/ui/browser/sbagrid.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 5d0be64c859260904a7680fcca4b1e6b8f91fedb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Feb 22 21:41:04 2021 +0100 Commit: Caolán McNamara <caol...@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 <serval2...@yahoo.fr> Reviewed-by: Caolán McNamara <caol...@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) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits