summaryrefslogtreecommitdiff
path: root/sw/source/core/view/vdraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/view/vdraw.cxx')
-rw-r--r--sw/source/core/view/vdraw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/vdraw.cxx b/sw/source/core/view/vdraw.cxx
index f7aae19fe9eb..aa3e013ac2a1 100644
--- a/sw/source/core/view/vdraw.cxx
+++ b/sw/source/core/view/vdraw.cxx
@@ -256,7 +256,7 @@ void SwViewImp::NotifySizeChg( const Size &rNewSz )
if ( aSz.Width() || aSz.Height() )
pObj->Move( aSz );
- // Don't let large objects dissappear to the top
+ // Don't let large objects disappear to the top
aSz.Width() = aSz.Height() = 0;
if ( aObjBound.Right() < aDocRect.Left() )
aSz.Width() = (aDocRect.Left() - aObjBound.Right()) + MINFLY;