summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 22:41:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:47:16 +0200
commit3a5edbe5692cbddc8e6e25c73a7cacf7f7142bfb (patch)
tree7696b167d80cfa60de77191b5bf7bcd7f663486a /svtools/source/dialogs
parentfdad46f310569cb57fb618345647167b6fdda198 (diff)
Fix typos
Change-Id: I837907cc584b048f7c8f902a857cf0c473d649a5 Reviewed-on: https://gerrit.libreoffice.org/77252 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 8e5b6ea9b229..d1cc5caa6f5b 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -574,7 +574,7 @@ void AssignmentPersistentData::ImplCommit()
}
}
- // force a even number of known fields
+ // force an even number of known fields
m_pImpl->bOddFieldNumber = (m_pImpl->aFieldLabels.size() % 2) != 0;
if (m_pImpl->bOddFieldNumber)
m_pImpl->aFieldLabels.emplace_back();