diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:44:17 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:44:17 +0000 |
commit | 1de552842d14b880b721cdecf3e432e6d962f4f2 (patch) | |
tree | 15f6e7eea5df818463c2217ea496e196b115ba74 /shell | |
parent | 966bfc41a39269121290d7964202e10601caa60d (diff) |
INTEGRATION: CWS pchfix02 (1.5.98); FILE MERGED
2006/09/01 17:39:10 kaib 1.5.98.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/infotips/infotips.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/infotips/infotips.cxx b/shell/source/win32/shlxthandler/infotips/infotips.cxx index cc2d92323bae..ac0b8548a9e9 100644 --- a/shell/source/win32/shlxthandler/infotips/infotips.cxx +++ b/shell/source/win32/shlxthandler/infotips/infotips.cxx @@ -4,9 +4,9 @@ * * $RCSfile: infotips.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:00:07 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:44:17 $ * * 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_shell.hxx" + #ifndef GLOBAL_HXX_INCLUDED #include "internal/global.hxx" #endif |