diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/DatabaseForm.cxx | 2 |
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", |