summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sw/source/core/view/viewsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 02c6431da133..4319c938183b 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1029,7 +1029,7 @@ void ViewShell::VisPortChgd( const SwRect &rRect)
return;
#if OSL_DEBUG_LEVEL > 1
- if ( bInEndAction )
+ if ( mbInEndAction )
{
//Is someone rescheduling again?
OSL_ENSURE( !this, "Scroll waehrend einer EndAction." );