sw/qa/api/XDocumentIndexTest.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
New commits: commit 79087c7c0ab152e8e7fd155d020e991d801748df Author: Tomaž Vajngerl <[email protected]> AuthorDate: Sun Jan 6 22:00:35 2019 +0100 Commit: Tomaž Vajngerl <[email protected]> CommitDate: Sun Jan 6 22:03:40 2019 +0100 sw: DocumentIndexTest - "fix" the comment Change-Id: I735a0a4e2c273dcdc271d39ec141ead28d6b0493 Reviewed-on: https://gerrit.libreoffice.org/65910 Reviewed-by: Tomaž Vajngerl <[email protected]> Tested-by: Tomaž Vajngerl <[email protected]> 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() _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
