summaryrefslogtreecommitdiff
path: root/sw/source/ui/dbui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 21:05:39 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-01 22:21:44 +0200
commit8fe5161a9e36d8285c489da7167d7cca27cb0f1d (patch)
tree7566fa92bc54c1efe04c8b1ae71c6a819b73a5e4 /sw/source/ui/dbui
parent3c498ff3de6b4fb0ccdebc19d1b4dc5452e6d70b (diff)
Fix typos
Change-Id: I2238961a7b124652e90e948e27a6ca9d98dc54ac Reviewed-on: https://gerrit.libreoffice.org/76826 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw/source/ui/dbui')
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index 7edb7911cf88..ae4d354ea29d 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -108,7 +108,7 @@ SwAddressControl_Impl::SwAddressControl_Impl(weld::Builder& rBuilder)
void SwAddressControl_Impl::SetData(SwCSVData& rDBData)
{
m_pData = &rDBData;
- //when the address data is updated then remove the controls an build again
+ //when the address data is updated then remove the controls and build again
if (!m_aLines.empty())
{
m_aLines.clear();