diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-06-10 12:36:38 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-06-10 12:36:38 +0000 |
commit | ae710fafcad95fef0a6d819606974fa67d51554e (patch) | |
tree | dfe1e703db1790360a1f78f17fcab7c14c8a421f /desktop/source/splash | |
parent | 20cf4f37a2a1b881b05bbc6bb1f496129f402b28 (diff) |
INTEGRATION: CWS fwk02ea (1.3.98); FILE MERGED
2004/06/01 15:35:12 lo 1.3.98.1: #i29643# #i26375# licens dialog behavior + helpids
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/splash.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/desktop/source/splash/splash.hxx b/desktop/source/splash/splash.hxx index 75342adaed9d..57f090b7c3fa 100644 --- a/desktop/source/splash/splash.hxx +++ b/desktop/source/splash/splash.hxx @@ -2,9 +2,9 @@ * * $RCSfile: splash.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2003-12-01 18:06:09 $ + * last change: $Author: kz $ $Date: 2004-06-10 13:36:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,7 @@ #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <osl/mutex.hxx> #include <sfx2/sfxuno.hxx> +#include <vcl/virdev.hxx> using namespace ::rtl; @@ -129,6 +130,7 @@ private: static osl::Mutex _aMutex; Reference< XMultiServiceFactory > _rFactory; + VirtualDevice _vdev; Bitmap _aIntroBmp; sal_Int32 _iMax; sal_Int32 _iProgress; |