summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/AccessibleSlideSorterObject.hxx')
-rw-r--r--sd/source/ui/inc/AccessibleSlideSorterObject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
index 137d6e82668b..373f7023b719 100644
--- a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
+++ b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
@@ -215,7 +215,7 @@ private:
sal_uInt32 mnClientId;
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed). If that is the case then
+ state of being disposed). If that is the case then
DisposedException is thrown to inform the (indirect) caller of the
foul deed.
*/
@@ -223,7 +223,7 @@ private:
throw (::com::sun::star::lang::DisposedException);
/** Check whether or not the object has been disposed (or is in the
- state of beeing disposed).
+ state of being disposed).
@return sal_True, if the object is disposed or in the course
of being disposed. Otherwise, sal_False is returned.