summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 21:44:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-20 09:14:43 +0200
commit41e6f0fd99b2e68dfe32d9be3defe60ff36ba8f1 (patch)
treef42ea10d9869ba9ddc6f047ca48be89a14d00b1f /forms
parentb6fd78a9fa4bb6e53da8b8216f00bb887e1fd917 (diff)
Fix typos
Change-Id: Iab3756a0e27af8a87e4012decdf706d19d0f3e82 Reviewed-on: https://gerrit.libreoffice.org/77757 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 41e94e519762..9eef1270633e 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -3730,7 +3730,7 @@ Sequence< OUString > SAL_CALL ODatabaseForm::getSupportedServiceNames()
if (query_aggregation(m_xAggregate, xInfo))
aServices = xInfo->getSupportedServiceNames();
- // concat with out own services
+ // concat without own services
return ::comphelper::concatSequences(
css::uno::Sequence<OUString> {
FRM_SUN_FORMCOMPONENT, "com.sun.star.form.FormComponents",