diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:49:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:49:56 +0000 |
commit | 4d154f68fbc2b098e3d4a22e38c68c36ed190b67 (patch) | |
tree | 43767aed65d7618e7995328a4c739ad87b6ce8e7 /desktop/source/splash | |
parent | be779325a6c109148f4f9e4b086c95b7c7e03b2f (diff) |
INTEGRATION: CWS pchfix02 (1.20.20); FILE MERGED
2006/09/01 17:25:19 kaib 1.20.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/splash.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/source/splash/splash.cxx b/desktop/source/splash/splash.cxx index a9d8a56b1913..d17af2a8f0a5 100644 --- a/desktop/source/splash/splash.cxx +++ b/desktop/source/splash/splash.cxx @@ -4,9 +4,9 @@ * * $RCSfile: splash.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: rt $ $Date: 2006-07-26 09:14:49 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:49:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_desktop.hxx" + #include "splash.hxx" #include <stdio.h> #ifndef _UTL_BOOTSTRAP_HXX |