sw/source/uibase/envelp/labimg.cxx     |    4 ++--
 wizards/source/sfdialogs/SF_Dialog.xba |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e13e253a4644fcb913591cc24c7af979a0ff87ef
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Oct 13 12:18:43 2022 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Oct 13 19:10:07 2022 +0200

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

diff --git a/sw/source/uibase/envelp/labimg.cxx 
b/sw/source/uibase/envelp/labimg.cxx
index 69099b68a8ad..b87f9bf5fb29 100644
--- a/sw/source/uibase/envelp/labimg.cxx
+++ b/sw/source/uibase/envelp/labimg.cxx
@@ -273,7 +273,7 @@ SwLabCfgItem::SwLabCfgItem(bool bLabel) :
 
             if(pValues[nProp].hasValue())
             {
-                //to have a contiuous switch an offset is added
+                //to have a continuous switch an offset is added
                 if(nProp == 17 && !m_bIsLabel)
                     nProperty += 3;
                 if(nProperty >= 20)
@@ -398,7 +398,7 @@ void SwLabCfgItem::ImplCommit()
 
     for(int nProp = 0, nProperty = 0; nProp < aNames.getLength(); nProp++, 
nProperty++)
     {
-        //to have a contiuous switch an offset is added
+        //to have a continuous switch an offset is added
         if(nProp == 17 && !m_bIsLabel)
             nProperty += 3;
         switch(nProperty)
diff --git a/wizards/source/sfdialogs/SF_Dialog.xba 
b/wizards/source/sfdialogs/SF_Dialog.xba
index daf63354c0bb..2b892ff72e70 100644
--- a/wizards/source/sfdialogs/SF_Dialog.xba
+++ b/wizards/source/sfdialogs/SF_Dialog.xba
@@ -1083,7 +1083,7 @@ Try:
        Next sControlName
 
        vRadioList = ScriptForge.SF_Array.SortRows(vRadioList, 1)
-       &apos;  Retain contiuous tav indexes
+       &apos;  Retain continuous tav indexes
        For i = 1 To UBound(vRadioList, 1)      &apos;  First row = argument
                If vRadioList(i, 1) = iRadioTabIndex + i Then sList = sList 
&amp; cstComma &amp; vRadioList(i, 0)
        Next i

Reply via email to