From 4887640bad16bee68d36cdeca013525b8c095d4d Mon Sep 17 00:00:00 2001 From: Jens Carl Date: Thu, 29 Mar 2018 06:07:04 +0000 Subject: Improve documentation Change-Id: I1c8daa5544806e7d646d7e2c9bbf57d78b7091fb Reviewed-on: https://gerrit.libreoffice.org/52141 Reviewed-by: Jens Carl Tested-by: Jens Carl --- test/inc/unoapi_property_testers.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') 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& 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& 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& 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. -- cgit