diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-11 18:13:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-12 11:18:22 +0200 |
commit | f9c57222e7f108ba68f3910a5c8f007476ce6552 (patch) | |
tree | c7301bacec42f5531e4252b722261b261cb30fa8 /vcl/osx/a11yfactory.mm | |
parent | 4dfce6d2b0f44d8aa55093302987da656a97da2c (diff) |
Fix typos
Change-Id: Idb183e0ee9cccf0e4da16ff984ccf9b57eea0f9e
Reviewed-on: https://gerrit.libreoffice.org/77273
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'vcl/osx/a11yfactory.mm')
-rw-r--r-- | vcl/osx/a11yfactory.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/a11yfactory.mm b/vcl/osx/a11yfactory.mm index 6a173bbbf633..0a17f15dad8d 100644 --- a/vcl/osx/a11yfactory.mm +++ b/vcl/osx/a11yfactory.mm @@ -149,7 +149,7 @@ static bool enabled = false; FIXME: Unfortunately this can increase memory consumption drastically until the non transient parent - is destroyed an finally all the transients are released. + is destroyed and finally all the transients are released. */ if ( ! rxAccessibleContext -> getAccessibleStateSet() -> contains ( AccessibleStateType::TRANSIENT ) ) #endif |