From bef93028584ab804d6daba4c4abcabfe6e58dc0f Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 8 Aug 2019 14:33:01 +0200 Subject: fix typo IndexOutOfBoundException Change-Id: I4699eabf4d8863acf329e7f2ed30205b67cc6070 Reviewed-on: https://gerrit.libreoffice.org/77151 Tested-by: Jenkins Reviewed-by: Michael Stahl --- sfx2/source/view/viewfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sfx2/source/view/viewfrm.cxx') 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; } -- cgit