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
commitdb5c681b139bb1139d1099dcfc055cbf43c983b5 (patch)
tree10b03f2aaeda48e677a512762089cf5f8a8dac6d /desktop/source/splash
parent414619d5016088293f793dca3bd3da55e73f2e64 (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 01a6e32a59e9..27624eb5b386 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