summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-11 08:22:22 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:45 +0200
commit722f9e01839ec27a5a6e7fcac91abdc5dca16d76 (patch)
tree156588c90cc9f72c2bae6e7d7b1b75b69359e341 /sw
parent750e08e8718f23cf77e7cecd167919095760e0f6 (diff)
typo: visisble -> visible
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/acccontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/access/acccontext.cxx b/sw/source/core/access/acccontext.cxx
index bb30fc10a659..2bc5eb49cb34 100644
--- a/sw/source/core/access/acccontext.cxx
+++ b/sw/source/core/access/acccontext.cxx
@@ -299,7 +299,7 @@ void SwAccessibleContext::ScrolledWithin( const SwRect& rOldVisArea )
void SwAccessibleContext::ScrolledIn()
{
// This accessible should be freshly created, because it
- // was not visisble before. Therefor, its vis area must already
+ // was not visible before. Therefor, its vis area must already
// reflect the scrolling.
OSL_ENSURE( GetVisArea() == GetMap()->GetVisArea(),
"Vis area of child is wrong. Did it exist already?" );