summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewfrm.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/view/viewfrm.cxx')
-rw-r--r--sfx2/source/view/viewfrm.cxx2
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; }