summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba')
-rw-r--r--sw/source/ui/vba/vbadocuments.cxx4
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 );