extensions/source/propctrlr/formcomponenthandler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f6b1e91a85c17ca7d701c941ef69466fd0f1cf7b Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Jun 25 15:07:59 2025 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 25 17:33:21 2025 +0200 Rephrase a bit a comment Change-Id: Iab542a75ce986362553d6c42dbd204caa59babe0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186978 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx index 81bb4b934f86..ae901ade379d 100644 --- a/extensions/source/propctrlr/formcomponenthandler.hxx +++ b/extensions/source/propctrlr/formcomponenthandler.hxx @@ -341,7 +341,7 @@ namespace pcr */ bool impl_dialogChooseLabelControl_nothrow( css::uno::Any& _out_rNewValue, ::osl::ClearableMutexGuard& _rClearBeforeDialog ) const; - /** raises a dialog which lets the user chose the tab order of controls of a form + /** raises a dialog that lets the user choose the tab order of controls on a form @precond we have a view control container in which our controls live @return
