sw/source/ui/vba/vbadocument.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4acb3227215bdd5c4aae25e1589e6d0fac3faebb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Fri Feb 24 22:59:51 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Feb 25 10:36:30 2023 +0000 Fix typo Change-Id: I235929b467799d82001a266d607ddb6f4dc8e2c6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147671 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/sw/source/ui/vba/vbadocument.cxx b/sw/source/ui/vba/vbadocument.cxx index a622616c9d81..4f20311879ad 100644 --- a/sw/source/ui/vba/vbadocument.cxx +++ b/sw/source/ui/vba/vbadocument.cxx @@ -248,7 +248,7 @@ uno::Any SwVbaDocument::SelectContentControlsByTitle(const uno::Any& index) uno::Reference<word::XWindow> SwVbaDocument::getActiveWindow() { - // copied from vbaappliction which has a #FIXME so far can't determine Parent + // copied from vbaapplication which has a #FIXME so far can't determine Parent return new SwVbaWindow(uno::Reference< XHelperInterface >(), mxContext, mxModel, mxModel->getCurrentController()); }