diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-03-29 06:07:04 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-03-30 05:14:22 +0200 |
commit | 4887640bad16bee68d36cdeca013525b8c095d4d (patch) | |
tree | 7f3d50e1757eba31fc854b4d7bf48536bde4381b /test | |
parent | d74e54824e7ad130e2d221c8f951092462dba547 (diff) |
Improve documentation
Change-Id: I1c8daa5544806e7d646d7e2c9bbf57d78b7091fb
Reviewed-on: https://gerrit.libreoffice.org/52141
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Tested-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test')
-rw-r--r-- | test/inc/unoapi_property_testers.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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. |