sc/source/ui/vba/vbaworkbooks.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f1ea3f09cc05583392ba57da7aecf0331289ed48 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Nov 30 16:38:55 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Mon Nov 30 19:48:43 2020 +0100 Fix typo Change-Id: I1dcbfcbbd9c2337b603bc182260b6f7bea90cb7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106899 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/sc/source/ui/vba/vbaworkbooks.cxx b/sc/source/ui/vba/vbaworkbooks.cxx index a0bdc927deda..7cdc61b65b98 100644 --- a/sc/source/ui/vba/vbaworkbooks.cxx +++ b/sc/source/ui/vba/vbaworkbooks.cxx @@ -86,7 +86,7 @@ ScVbaWorkbooks::getElementType() uno::Reference< container::XEnumeration > ScVbaWorkbooks::createEnumeration() { - // #FIXME its possible the WorkBookEnumImpl here doesn't reflect + // #FIXME it's possible the WorkBookEnumImpl here doesn't reflect // the state of this object ( although it should ) would be // safer to create an enumeration based on this objects state // rather than one effectively based of the desktop component _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
