[Libreoffice-commits] .: basctl/source

Noel Power noelp at kemper.freedesktop.org
Thu Aug 2 08:59:02 PDT 2012


 basctl/source/basicide/baside2b.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 8ba8aca1ac4744a23eefb7bb5892e2a697d9d987
Author: Noel Power <noel.power at novell.com>
Date:   Thu Aug 2 16:56:36 2012 +0100

    fix for fdo#47907
    
    Change-Id: Ia5e4e7429db122db505d59289b1106814ea7c378

diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index a5702c1..c3223c6 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 )
         {


More information about the Libreoffice-commits mailing list