summaryrefslogtreecommitdiff
path: root/unotools/source/accessibility/accessiblestatesethelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/source/accessibility/accessiblestatesethelper.cxx')
-rw-r--r--unotools/source/accessibility/accessiblestatesethelper.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/unotools/source/accessibility/accessiblestatesethelper.cxx b/unotools/source/accessibility/accessiblestatesethelper.cxx
index 2848bc6b038b..be7bf3fbeb28 100644
--- a/unotools/source/accessibility/accessiblestatesethelper.cxx
+++ b/unotools/source/accessibility/accessiblestatesethelper.cxx
@@ -222,8 +222,8 @@ AccessibleStateSetHelper::~AccessibleStateSetHelper(void)
/** Checks whether the current state set is empty.
@return
- Returns <sal_True/> if there is no state in this state set and
- <sal_False/> if there is at least one state set in it.
+ Returns <TRUE/> if there is no state in this state set and
+ <FALSE/> if there is at least one state set in it.
*/
sal_Bool SAL_CALL AccessibleStateSetHelper::isEmpty ()
throw (uno::RuntimeException)
@@ -240,8 +240,8 @@ sal_Bool SAL_CALL AccessibleStateSetHelper::isEmpty ()
the constants of <type>AccessibleStateType</type>.
@return
- Returns <sal_True/> if the given state is a memeber of this object's
- state set and <sal_False/> otherwise.
+ Returns <TRUE/> if the given state is a memeber of this object's
+ state set and <FALSE/> otherwise.
*/
sal_Bool SAL_CALL AccessibleStateSetHelper::contains (sal_Int16 aState)
throw (uno::RuntimeException)
@@ -260,8 +260,8 @@ sal_Bool SAL_CALL AccessibleStateSetHelper::contains (sal_Int16 aState)
constants of <type>AccessibleStateType</type>.
@return
- Returns <sal_True/> if all states of the given state set are members
- of this object's state set. <sal_False/> is returned if at least
+ Returns <TRUE/> if all states of the given state set are members
+ of this object's state set. <FALSE/> is returned if at least
one of the states in the given state is not a member of this
object's state set.
*/