[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 30 18:49:19 UTC 2020
sc/source/ui/vba/vbaworkbooks.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f1ea3f09cc05583392ba57da7aecf0331289ed48
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Nov 30 16:38:55 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list