[Libreoffice-commits] core.git: sw/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Feb 24 16:51:42 UTC 2021
sw/source/ui/vba/vbadocuments.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e29c895fa70955ba824ed295185ce11b69b410ac
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Feb 22 21:40:00 2021 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Feb 24 17:49:43 2021 +0100
Fix typo
Change-Id: I3f3d867ef7fd930119f917c1be6e25a8c59bbf21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111365
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/sw/source/ui/vba/vbadocuments.cxx b/sw/source/ui/vba/vbadocuments.cxx
index 1478a1f17caf..9398fcc6b1be 100644
--- a/sw/source/ui/vba/vbadocuments.cxx
+++ b/sw/source/ui/vba/vbadocuments.cxx
@@ -72,8 +72,8 @@ SwVbaDocuments::getElementType()
uno::Reference< container::XEnumeration >
SwVbaDocuments::createEnumeration()
{
- // #FIXME its possible the DocumentEnumImpl here doesn't reflect
- // the state of this object ( although it should ) would be
+ // #FIXME it's possible the DocumentEnumImpl 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
uno::Reference< container::XEnumerationAccess > xEnumerationAccess( m_xIndexAccess, uno::UNO_QUERY_THROW );
More information about the Libreoffice-commits
mailing list