diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:10:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-06-29 13:15:51 +0200 |
commit | 430484932e1254f7076321c2a7b3ec3df1512896 (patch) | |
tree | a14900e50ad012302814e4272934639578e01435 /sd | |
parent | 3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff) |
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/accessibility/AccessibleViewForwarder.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/AccessibleDrawDocumentView.hxx | 2 | ||||
-rw-r--r-- | sd/source/ui/inc/AccessibleSlideSorterObject.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/AccessibleSlideSorterView.hxx | 4 | ||||
-rw-r--r-- | sd/source/ui/inc/ViewShell.hxx | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx index fc52317bb928..3f873f0056f3 100644 --- a/sd/source/ui/accessibility/AccessibleViewForwarder.cxx +++ b/sd/source/ui/accessibility/AccessibleViewForwarder.cxx @@ -24,7 +24,7 @@ namespace accessibility { -/** For the time beeing, the implementation of this class will not use the +/** For the time being, the implementation of this class will not use the member mrDevice. Instead the device is retrieved from the view every time it is used. This is necessary because the device has to stay up-to-date with the current view and the class has to stay compatible. diff --git a/sd/source/ui/inc/AccessibleDrawDocumentView.hxx b/sd/source/ui/inc/AccessibleDrawDocumentView.hxx index 45fe36a61cbb..a77e4d9349c4 100644 --- a/sd/source/ui/inc/AccessibleDrawDocumentView.hxx +++ b/sd/source/ui/inc/AccessibleDrawDocumentView.hxx @@ -128,7 +128,7 @@ protected: index has the special value ACCESSIBLE_SELECTION_CHILD_ALL. Selecting or deselecting a child sets or resets the <const>SELECTED</const> state and selects or deslects the UNO shape - beeing made accessible by the child. + being made accessible by the child. @param nAccessibleChildIndex Index of the child to select or deselect. If the parameter has the value ACCESSIBLE_SELECTION_CHILD_ALL then all children are 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. 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. diff --git a/sd/source/ui/inc/ViewShell.hxx b/sd/source/ui/inc/ViewShell.hxx index f416f10f0f3d..c3ef058c1c69 100644 --- a/sd/source/ui/inc/ViewShell.hxx +++ b/sd/source/ui/inc/ViewShell.hxx @@ -68,7 +68,7 @@ class ZoomList; <p>Despite its name this class is not a descendant of SfxViewShell but of SfxShell. Its name expresses the fact that it acts like a - view shell. Beeing a stacked shell rather then being an actual view shell + view shell. Being a stacked shell rather then being an actual view shell there can be several instances of this class that <ul> <li>all are based on the same view shell and thus show the same |