diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-02-22 21:40:00 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-02-24 17:49:43 +0100 |
commit | e29c895fa70955ba824ed295185ce11b69b410ac (patch) | |
tree | 53408b7347ecfc016fd51f0d80001d11983a2502 /sw/source/ui/vba | |
parent | a7e3451ce1c8bcce2d7e5db46a253aacb59e4ca3 (diff) |
Fix typo
Change-Id: I3f3d867ef7fd930119f917c1be6e25a8c59bbf21
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111365
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sw/source/ui/vba')
-rw-r--r-- | sw/source/ui/vba/vbadocuments.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ); |