summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessibleSlideSorterView.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:10:56 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-06-29 13:15:51 +0200
commit430484932e1254f7076321c2a7b3ec3df1512896 (patch)
treea14900e50ad012302814e4272934639578e01435 /sd/source/ui/inc/AccessibleSlideSorterView.hxx
parent3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff)
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'sd/source/ui/inc/AccessibleSlideSorterView.hxx')
-rw-r--r--sd/source/ui/inc/AccessibleSlideSorterView.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/inc/AccessibleSlideSorterView.hxx b/sd/source/ui/inc/AccessibleSlideSorterView.hxx
index f5c9d66626a1..e8289060eff4 100644
--- a/sd/source/ui/inc/AccessibleSlideSorterView.hxx
+++ b/sd/source/ui/inc/AccessibleSlideSorterView.hxx
@@ -300,7 +300,7 @@ private:
::Window* mpContentWindow;
/** 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.
*/
@@ -308,7 +308,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.