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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Mar 18 06:07:55 UTC 2019


 cui/source/customize/CommandCategoryListBox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 38beb477db4e2213feb7c8bc85fd7df7d93ae89d
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Mar 16 13:31:19 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Mar 18 07:07:32 2019 +0100

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

diff --git a/cui/source/customize/CommandCategoryListBox.cxx b/cui/source/customize/CommandCategoryListBox.cxx
index 110a1d1eb322..93e08e241b67 100644
--- a/cui/source/customize/CommandCategoryListBox.cxx
+++ b/cui/source/customize/CommandCategoryListBox.cxx
@@ -293,7 +293,7 @@ void CommandCategoryListBox::categorySelected(CuiConfigFunctionListBox* pFunctio
                 SfxGroupInfo_Impl *pCurrentInfo =
                     reinterpret_cast<SfxGroupInfo_Impl*>(m_xControl->get_id(nCurPos).toInt64());
 
-                if (!pCurrentInfo) //seperator
+                if (!pCurrentInfo) //separator
                     continue;
 
                 if (pCurrentInfo->nKind == SfxCfgKind::GROUP_FUNCTION)


More information about the Libreoffice-commits mailing list