summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-08-03 08:56:07 +0100
committerNoel Power <noel.power@novell.com>2012-08-03 09:06:43 +0100
commita8bf0571b1bb8c46502392a7ffc57d07f967d2b1 (patch)
treefdc8660be388cc47d522db92dd909f828099c1d0
parentc4ef97e6bea0e7de3fa7f0842b3319478d869ae0 (diff)
readd fix for fdo#47907 i.e "Revert "Revert "fix for fdo#47907""
This reverts commit f29c91f3351db2887f994c2cc82ceaaa6d717906. Change-Id: I347a4e115cd1d85fa36242f89d2e8131de9cf57e
-rw-r--r--basctl/source/basicide/baside2b.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index a5702c1f251b..c3223c670ffe 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -682,7 +682,6 @@ void EditorWindow::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
( 0, pModulWindow->GetBreakPointWindow().GetCurYOffset() - pEditView->GetStartDocPos().Y() );
pModulWindow->GetLineNumberWindow().DoScroll
( 0, pModulWindow->GetLineNumberWindow().GetCurYOffset() - pEditView->GetStartDocPos().Y() );
- pModulWindow->Invalidate();
}
else if( rTextHint.GetId() == TEXT_HINT_TEXTHEIGHTCHANGED )
{