summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-03-16 13:31:19 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-03-18 07:07:32 +0100
commit38beb477db4e2213feb7c8bc85fd7df7d93ae89d (patch)
tree903974c09b804c5fbf75ec78d3b518dbae04ffe4 /cui
parentde024e572dd7a588f82b84c68daa2051ec6b20e9 (diff)
Fix typo
Change-Id: I616b3ffabd808b890aff09e31262a9dda3b9bdbe Reviewed-on: https://gerrit.libreoffice.org/69375 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/customize/CommandCategoryListBox.cxx2
1 files changed, 1 insertions, 1 deletions
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)