diff options
Diffstat (limited to 'sw')
-rwxr-xr-x | sw/source/core/layout/paintfrm.cxx | 2 | ||||
-rw-r--r-- | sw/source/core/view/viewsh.cxx | 2 | ||||
-rw-r--r-- | sw/source/ui/docvw/edtwin.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 32a436572eb6..0a452e40dcb1 100755 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -3203,7 +3203,7 @@ void SwLayoutFrm::Paint(SwRect const& rRect, SwPrintData const*const) const if ( rRect.IsOver( aPaintRect ) ) { if ( bCnt && pFrm->IsCompletePaint() && - !rRect.IsInside( aPaintRect ) && GetpApp()->AnyInput( INPUT_KEYBOARD ) ) + !rRect.IsInside( aPaintRect ) && GetpApp()->AnyInput( VCL_INPUT_KEYBOARD ) ) { //fix(8104): Es kann vorkommen, dass die Verarbeitung nicht //vollstaendig war, aber trotzdem Teile des Absatzes gepaintet diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx index c831abbfeaee..4db0144de641 100644 --- a/sw/source/core/view/viewsh.cxx +++ b/sw/source/core/view/viewsh.cxx @@ -227,7 +227,7 @@ void ViewShell::ImplEndAction( const sal_Bool bIdleEnd ) aAction.SetComplete( sal_False ); if ( nLockPaint ) aAction.SetPaint( sal_False ); - aAction.SetInputType( INPUT_KEYBOARD ); + aAction.SetInputType( VCL_INPUT_KEYBOARD ); aAction.Action(); } diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx index bc1e4b8774f0..05991767b88c 100644 --- a/sw/source/ui/docvw/edtwin.cxx +++ b/sw/source/ui/docvw/edtwin.cxx @@ -2348,7 +2348,7 @@ KEYINPUT_CHECKTABLE_INSDEL: else { aInBuffer.Expand( aInBuffer.Len() + aKeyEvent.GetRepeat() + 1,aCh ); - bFlushCharBuffer = Application::AnyInput( INPUT_KEYBOARD ); + bFlushCharBuffer = Application::AnyInput( VCL_INPUT_KEYBOARD ); bFlushBuffer = !bFlushCharBuffer; if( bFlushCharBuffer ) aKeyInputFlushTimer.Start(); |