summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 17:11:39 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-03 17:14:16 +0100
commitf5ca04caca1b6888cdc6b00b8465a53e6d5cf38d (patch)
treecda73db2df15d821e0587f345edd7587953bdbdf /svtools/source/dialogs
parentecf00403376d13355fcf6fb7cd36b3500f19fc69 (diff)
Related to fdo#60724: correct spelling
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 3d85f3e1e4df..c0c84718a4d1 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -834,7 +834,7 @@ void AssignmentPersistentData::Commit()
WaitObject aWaitCursor(this);
- // no matter what we do here, we handled the currently selected data source (no matter if successfull or not)
+ // no matter what we do here, we handled the currently selected data source (no matter if successful or not)
m_aDatasource.SaveValue();
// create an interaction handler (may be needed for connecting)
@@ -937,7 +937,7 @@ void AssignmentPersistentData::Commit()
{
WaitObject aWaitCursor(this);
- // no matter what we do here, we handled the currently selected table (no matter if successfull or not)
+ // no matter what we do here, we handled the currently selected table (no matter if successful or not)
m_aDatasource.SaveValue();
String sSelectedTable = m_aTable.GetText();