[Libreoffice-commits] core.git: sw/qa

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 6 21:04:01 UTC 2019


 sw/qa/api/XDocumentIndexTest.hxx |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 79087c7c0ab152e8e7fd155d020e991d801748df
Author:     Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
AuthorDate: Sun Jan 6 22:00:35 2019 +0100
Commit:     Tomaž Vajngerl <quikee at gmail.com>
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 <quikee at gmail.com>
    Tested-by: Tomaž Vajngerl <quikee at gmail.com>

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()


More information about the Libreoffice-commits mailing list