Kaydet (Commit) dea976f7 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS aw024 (1.56.20); FILE MERGED

2006/09/22 00:33:15 aw 1.56.20.7: RESYNC: (1.59-1.60); FILE MERGED
2006/09/08 19:17:59 aw 1.56.20.6: RESYNC: (1.58-1.59); FILE MERGED
2006/08/14 17:35:39 aw 1.56.20.5: #i68597# prepare SW for fully buffered Overlay
2006/05/12 21:18:02 aw 1.56.20.4: RESYNC: (1.57-1.58); FILE MERGED
2006/03/15 11:20:27 aw 1.56.20.3: #114409# corrected sw overlay problems
2006/01/26 20:36:45 aw 1.56.20.2: RESYNC: (1.56-1.57); FILE MERGED
2005/11/22 16:42:39 aw 1.56.20.1: #b898147#
üst f94cc522
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: crsrsh.cxx,v $ * $RCSfile: crsrsh.cxx,v $
* *
* $Revision: 1.60 $ * $Revision: 1.61 $
* *
* last change: $Author: obo $ $Date: 2006-09-16 20:45:06 $ * last change: $Author: ihi $ $Date: 2006-11-14 15:07:57 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -128,6 +128,10 @@ ...@@ -128,6 +128,10 @@
#include <fmteiro.hxx> #include <fmteiro.hxx>
#endif #endif
#ifndef _SV_SVAPP_HXX
#include <vcl/svapp.hxx>
#endif
#include <globals.hrc> #include <globals.hrc>
#include <comcore.hrc> #include <comcore.hrc>
...@@ -1129,7 +1133,9 @@ void SwCrsrShell::Paint( const Rectangle &rRect) ...@@ -1129,7 +1133,9 @@ void SwCrsrShell::Paint( const Rectangle &rRect)
pVisCrsr->Hide(); pVisCrsr->Hide();
} }
ViewShell::Paint( rRect ); // Bereich neu painten // Bereich neu painten
ViewShell::Paint( rRect );
if( bHasFocus && !bBasicHideCrsr ) if( bHasFocus && !bBasicHideCrsr )
{ {
SwShellCrsr* pAktCrsr = pTblCrsr ? pTblCrsr : pCurCrsr; SwShellCrsr* pAktCrsr = pTblCrsr ? pTblCrsr : pCurCrsr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment