summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-23 12:30:33 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-23 12:30:56 +0200
commit9325dca98163f8fc7cfcf6a76abddfe4e902d73b (patch)
treebad5f73178f4a2cfc84e8d1d3d9fb924d509ad05 /forms
parentb3644853d67872b0bb3956fb16cbaf0d0ed3c5dc (diff)
"atomar" is not a word
SCNR Change-Id: I3aaa8d9b37423d44fe11f161cc21c0a77b466353
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/DatabaseForm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 9f40e8e9d3d2..dea3797ddef6 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -2887,7 +2887,7 @@ void ODatabaseForm::load_impl(sal_Bool bCausedByParentForm, sal_Bool bMoveToFirs
// if we're loaded as sub form we got a "rowSetChanged" from the parent rowset _before_ we got the "loaded"
// so we don't need to execute the statement again, this was already done
// (and there were no relevant changes between these two listener calls, the "load" of a form is quite an
- // atomar operation.)
+ // atomic operation.)
sal_Bool bSuccess = sal_False;
if (bExecute)