[Libreoffice-commits] core.git: test/inc

Jens Carl j.carl43 at gmx.de
Fri Mar 30 03:14:48 UTC 2018


 test/inc/unoapi_property_testers.hxx |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4887640bad16bee68d36cdeca013525b8c095d4d
Author: Jens Carl <j.carl43 at gmx.de>
Date:   Thu Mar 29 06:07:04 2018 +0000

    Improve documentation
    
    Change-Id: I1c8daa5544806e7d646d7e2c9bbf57d78b7091fb
    Reviewed-on: https://gerrit.libreoffice.org/52141
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>
    Tested-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/test/inc/unoapi_property_testers.hxx b/test/inc/unoapi_property_testers.hxx
index 67f2fc6b5f18..43e0f506c18f 100644
--- a/test/inc/unoapi_property_testers.hxx
+++ b/test/inc/unoapi_property_testers.hxx
@@ -18,7 +18,7 @@
 
 namespace apitest
 {
-/** @brief Tester for test property type 'boolean' of a @see com::sun::star::beans::XPropertySet.
+/** @brief Tester for property type 'boolean' of a @see com::sun::star::beans::XPropertySet.
  *
  * @param   xPropertySet    The property set, which contains the property to test against.
  * @param   name            Name of property to test.
@@ -26,7 +26,7 @@ namespace apitest
 void OOO_DLLPUBLIC_TEST testBooleanProperty(
     css::uno::Reference<css::beans::XPropertySet>& xPropertySet, const OUString& name);
 
-/** @brief Tester for test read-only property type 'boolean' of a @see com::sun::star::beans::XPropertySet.
+/** @brief Tester for read-only property type 'boolean' of a @see com::sun::star::beans::XPropertySet.
  *
  * @param   xPropertySet    The property set, which contains the property to test against.
  * @param   name            Name of property to test.
@@ -34,7 +34,7 @@ void OOO_DLLPUBLIC_TEST testBooleanProperty(
 void OOO_DLLPUBLIC_TEST testBooleanReadonlyProperty(
     css::uno::Reference<css::beans::XPropertySet>& xPropertySet, const OUString& name);
 
-/** @brief Tester for test property type 'double' of a @see com::sun::star::beans::XPropertySet.
+/** @brief Tester for property type 'double' of a @see com::sun::star::beans::XPropertySet.
  *
  * @param   xPropertySet    The property set, which contains the property to test against.
  * @param   name            Name of property to test.
@@ -44,7 +44,7 @@ void OOO_DLLPUBLIC_TEST
 testDoubleProperty(css::uno::Reference<css::beans::XPropertySet>& xPropertySet,
                    const OUString& name, const double& dValue = 42.0);
 
-/** @brief Tester for test property type 'long' of a @see com::sun::star::beans::XPropertySet.
+/** @brief Tester for property type 'long' of a @see com::sun::star::beans::XPropertySet.
  *
  * @param   xPropertySet    The property set, which contains the property to test against.
  * @param   name            Name of property to test.


More information about the Libreoffice-commits mailing list