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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jun 14 16:16:12 UTC 2020


 sc/source/ui/cctrl/checklistmenu.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95133afdbe1686487e6f39a2022529332ec9d94f
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Jun 14 00:15:23 2020 +0200
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Jun 14 18:15:40 2020 +0200

    Fix typo
    
    Change-Id: I121bfd168da67fef1231f007f84654d85ee36f05
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96266
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx
index 3b60cc83cc7d..f24114423b90 100644
--- a/sc/source/ui/cctrl/checklistmenu.cxx
+++ b/sc/source/ui/cctrl/checklistmenu.cxx
@@ -142,7 +142,7 @@ void ScCheckListMenuControl::addSeparator()
     aItem.mbSeparator = true;
     maMenuItems.emplace_back(std::move(aItem));
 
-    mxMenu->append_separator("seperator" + OUString::number(maMenuItems.size()));
+    mxMenu->append_separator("separator" + OUString::number(maMenuItems.size()));
 }
 
 IMPL_LINK(ScCheckListMenuControl, TreeSizeAllocHdl, const Size&, rSize, void)


More information about the Libreoffice-commits mailing list