diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-01-06 22:00:35 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-01-06 22:03:40 +0100 |
commit | 79087c7c0ab152e8e7fd155d020e991d801748df (patch) | |
tree | eb9d180d0b1bd6e02db6384929751e7aab48fd98 /sw | |
parent | 59f73a9d8284cb3f89b7be0f3539aa209ea17291 (diff) |
sw: DocumentIndexTest - "fix" the comment
Change-Id: I735a0a4e2c273dcdc271d39ec141ead28d6b0493
Reviewed-on: https://gerrit.libreoffice.org/65910
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/api/XDocumentIndexTest.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sw/qa/api/XDocumentIndexTest.hxx b/sw/qa/api/XDocumentIndexTest.hxx index 65c677864563..c181a10ac76f 100644 --- a/sw/qa/api/XDocumentIndexTest.hxx +++ b/sw/qa/api/XDocumentIndexTest.hxx @@ -25,12 +25,16 @@ namespace apitest { +/** + * Testing <code>com.sun.star.text.XDocumentIndex</code> + * + * @see com.sun.star.text.XDocumentIndex + */ class XDocumentIndexTest : public ApiTestBase { public: /** - * Test calls the method. <p> - * Has <b> OK </b> status if the returned service name + * Has <b>OK</b> status if the returned service name * is equal to 'com.sun.star.text.DocumentIndex'. */ void testGetServiceName() |