Fix typos
Change-Id: I7bb62814c8cdf635d1c54f0a1cbb09a3d06a0d5d Reviewed-on: https://gerrit.libreoffice.org/42178 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
31d606d42d
commit
b9f2f43a9b
@@ -57,7 +57,7 @@ IconChoicePage::~IconChoicePage()
|
|||||||
|
|
||||||
/**********************************************************************
|
/**********************************************************************
|
||||||
|
|
|
|
||||||
| Activate / Deaktivate
|
| Activate / Deactivate
|
||||||
|
|
|
|
||||||
\**********************************************************************/
|
\**********************************************************************/
|
||||||
|
|
||||||
|
@@ -56,7 +56,7 @@ namespace vcl
|
|||||||
object to be destroyed lazy. The static method creates the LazyDeletor<T>
|
object to be destroyed lazy. The static method creates the LazyDeletor<T>
|
||||||
(which in turn registers itself in LazyDelete) if this is the first time
|
(which in turn registers itself in LazyDelete) if this is the first time
|
||||||
a T* is to be destroyed lazy. It then inserts the object. When the LazyDeletor<T>
|
a T* is to be destroyed lazy. It then inserts the object. When the LazyDeletor<T>
|
||||||
gets delte it will delete the stored objects in a fashion
|
gets delete it will delete the stored objects in a fashion
|
||||||
that will ensure the correct order of deletion via the specialized is_less method
|
that will ensure the correct order of deletion via the specialized is_less method
|
||||||
(e.g. if a Window is a child of another Window and therefore should be destroyed
|
(e.g. if a Window is a child of another Window and therefore should be destroyed
|
||||||
first it is "less" in this sense)
|
first it is "less" in this sense)
|
||||||
|
Reference in New Issue
Block a user