summaryrefslogtreecommitdiffstats
path: root/forms
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-19 21:44:39 +0200
committerAndras Timar <andras.timar@collabora.com>2019-08-21 22:25:40 +0200
commitff4311e50257cf61668b37fcd6bda76f40cb66c6 (patch)
tree928d6000d5eca6a3a3d352238df1e9973bbd6e8f /forms
parentLOK: move LOK callback-type-to-string helper to header (diff)
downloadcore-ff4311e50257cf61668b37fcd6bda76f40cb66c6.tar.gz
core-ff4311e50257cf61668b37fcd6bda76f40cb66c6.zip
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> Reviewed-on: https://gerrit.libreoffice.org/77938 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
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 ee43255d9e2b..892db103d447 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -3720,7 +3720,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",