diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2019-08-08 14:33:01 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-08-08 15:45:38 +0200 |
commit | bef93028584ab804d6daba4c4abcabfe6e58dc0f (patch) | |
tree | 4083cefd8b6c5a23b1c34be712f598526ed64747 /sfx2 | |
parent | 974c284ba9237b85e99d394921d63de486b4b921 (diff) |
fix typo IndexOutOfBoundException
Change-Id: I4699eabf4d8863acf329e7f2ed30205b67cc6070
Reviewed-on: https://gerrit.libreoffice.org/77151
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 241e3c8a2709..bad7d74672d0 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -2368,7 +2368,7 @@ static bool impl_maxOpenDocCountReached() ++nOpenDocs; } catch(const css::uno::Exception&) - // A IndexOutOfBoundException can happen in multithreaded + // An IndexOutOfBoundsException can happen in multithreaded // environments, where any other thread can change this // container ! { continue; } |