summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/addresstemplate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/dialogs/addresstemplate.cxx')
-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();