diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-13 12:18:43 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-10-13 19:10:07 +0200 |
commit | e13e253a4644fcb913591cc24c7af979a0ff87ef (patch) | |
tree | 960fa90488990f791f9267cec99db21436ab7832 /sw | |
parent | 90bf4f661840f5dd6bf2a46564f2683c5e8fbd47 (diff) |
Fix typo
Change-Id: Ia4d7dd731e24c89c3228fdaf18cc0558a9c5ee66
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141311
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/envelp/labimg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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) |