summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/accessiblestatesethelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/accessiblestatesethelper.hxx')
-rw-r--r--unotools/inc/unotools/accessiblestatesethelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/unotools/inc/unotools/accessiblestatesethelper.hxx b/unotools/inc/unotools/accessiblestatesethelper.hxx
index ca9a0e277556..3847beeee146 100644
--- a/unotools/inc/unotools/accessiblestatesethelper.hxx
+++ b/unotools/inc/unotools/accessiblestatesethelper.hxx
@@ -86,8 +86,8 @@ public:
/** 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.
*/
virtual sal_Bool SAL_CALL isEmpty ()
throw (::com::sun::star::uno::RuntimeException);
@@ -100,8 +100,8 @@ public:
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.
*/
virtual sal_Bool SAL_CALL contains (sal_Int16 aState)
throw (::com::sun::star::uno::RuntimeException);
@@ -116,8 +116,8 @@ public:
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.
*/