sw/source/ui/vba/vbacontentcontrollistentry.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7d86a6db7a64219e599abfbd28464e3f93022929
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Nov 26 11:08:02 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Nov 26 17:58:55 2022 +0100

    Fix typo
    
    Change-Id: Ief6a37b977f464c50888291ec9764c7b05cba297
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143320
    Tested-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sw/source/ui/vba/vbacontentcontrollistentry.cxx 
b/sw/source/ui/vba/vbacontentcontrollistentry.cxx
index 7be9c758f19d..44bfd161bcdf 100644
--- a/sw/source/ui/vba/vbacontentcontrollistentry.cxx
+++ b/sw/source/ui/vba/vbacontentcontrollistentry.cxx
@@ -94,7 +94,7 @@ void SwVbaContentControlListEntry::Delete()
 void SwVbaContentControlListEntry::MoveDown()
 {
     std::shared_ptr<SwContentControl> pCC = 
m_rCC.GetContentControl().GetContentControl();
-    // if already at last positin, can't move down
+    // if already at last position, can't move down
     if (m_nZIndex >= pCC->GetListItems().size() - 1)
         return;
 

Reply via email to