diff options
author | Noel Power <noel.power@novell.com> | 2012-08-02 16:56:36 +0100 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-08-02 16:58:58 +0100 |
commit | 8ba8aca1ac4744a23eefb7bb5892e2a697d9d987 (patch) | |
tree | 443ed6d8b896fdea272ca54221193465dc88db6a /basctl | |
parent | 566bcf64ad9092ba6e55ba3de514226ae6b10c10 (diff) |
fix for fdo#47907
Change-Id: Ia5e4e7429db122db505d59289b1106814ea7c378
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 1 |
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 ) { |