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 /svtools | |
parent | 3b8ab58008fcbca3c581ef827e5af07eb72b23ee (diff) |
Typo: beeing->being
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 2 | ||||
-rw-r--r-- | svtools/source/control/toolbarmenuimp.hxx | 2 | ||||
-rw-r--r-- | svtools/source/control/valueimp.hxx | 2 | ||||
-rw-r--r-- | svtools/source/svrtf/parrtf.cxx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index 16a69db63803..e14cf4ccf904 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -891,7 +891,7 @@ namespace svt EditBrowseBox * pTHIS = const_cast<EditBrowseBox *> (this); // save the cell content if - // a) a selection is beeing made + // a) a selection is being made // b) the row is changing if (IsModified() && (nInfo & (ROWCHANGE | COLSELECT | ROWSELECT)) && !pTHIS->SaveRow()) diff --git a/svtools/source/control/toolbarmenuimp.hxx b/svtools/source/control/toolbarmenuimp.hxx index 94e908d434e4..793af00098ec 100644 --- a/svtools/source/control/toolbarmenuimp.hxx +++ b/svtools/source/control/toolbarmenuimp.hxx @@ -191,7 +191,7 @@ private: virtual void SAL_CALL disposing (void) SAL_OVERRIDE; /** 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. */ diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx index 7651de8e1864..3689872eb541 100644 --- a/svtools/source/control/valueimp.hxx +++ b/svtools/source/control/valueimp.hxx @@ -185,7 +185,7 @@ private: ValueSetItem* getItem (sal_uInt16 nIndex) const; /** 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. */ diff --git a/svtools/source/svrtf/parrtf.cxx b/svtools/source/svrtf/parrtf.cxx index 0818d24eb935..5c74f7245550 100644 --- a/svtools/source/svrtf/parrtf.cxx +++ b/svtools/source/svrtf/parrtf.cxx @@ -163,7 +163,7 @@ int SvRTFParser::_GetNextToken() aParserStates.top(). nUCharOverread = nUCharOverread; } - aToken = ""; // #i47831# erase token to prevent the token from beeing treated as text + aToken = ""; // #i47831# erase token to prevent the token from being treated as text // read next token nRet = 0; break; |