diff options
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. |