summaryrefslogtreecommitdiff
path: root/desktop/source/splash
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-05 08:25:34 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-05 08:25:34 +0000
commit521544ae48b3c937e167af21a5417afe1e89069f (patch)
tree85da2e4fe0642f1c2f40109dc8b49e3ebaf50de9 /desktop/source/splash
parent5995e859898c3768fdc3f3e6262286ab450ac26a (diff)
INTEGRATION: CWS aquavcl01 (1.23.12); FILE MERGED
2007/06/25 11:25:18 pjanik 1.23.12.2: RESYNC: (1.23-1.24); FILE MERGED 2007/05/30 09:58:32 pl 1.23.12.1: #i77743# flush changes where we should Reschedule
Diffstat (limited to 'desktop/source/splash')
-rw-r--r--desktop/source/splash/splash.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx
index 0998f3ed48..192c3614b6 100644
--- a/desktop/source/splash/splash.cxx
+++ b/desktop/source/splash/splash.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: splash.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: obo $ $Date: 2007-06-11 14:03:36 $
+ * last change: $Author: rt $ $Date: 2007-07-05 09:25:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -119,6 +119,7 @@ void SAL_CALL SplashScreen::start(const OUString&, sal_Int32 nRange)
ShowFullScreenMode( TRUE );
Show();
Paint(Rectangle());
+ Flush();
}
}
@@ -155,6 +156,7 @@ void SAL_CALL SplashScreen::setText(const OUString&)
if ( _eBitmapMode == BM_FULLSCREEN )
ShowFullScreenMode( TRUE );
Show();
+ Flush();
}
}
@@ -261,6 +263,7 @@ void SplashScreen::updateStatus()
//_bPaintBitmap=sal_False;
Paint(Rectangle());
//_bPaintBitmap=sal_True;
+ Flush();
}
// internal private methods