diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:20:23 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 15:20:23 +0000 |
commit | 41e5431e0899b7a97be0030b6a274a386014f1bd (patch) | |
tree | 233ca5feee2ac5f59e60588f509c42110e6caab5 /sfx2/source/appl/sfxdll.cxx | |
parent | 178bf9e7d0ec05d982f33b50f9602fccb0e0188f (diff) |
INTEGRATION: CWS pchfix02 (1.4.38); FILE MERGED
2006/09/01 17:38:25 kaib 1.4.38.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sfx2/source/appl/sfxdll.cxx')
-rw-r--r-- | sfx2/source/appl/sfxdll.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sfx2/source/appl/sfxdll.cxx b/sfx2/source/appl/sfxdll.cxx index fbbcf21c4811..6faf410314a4 100644 --- a/sfx2/source/appl/sfxdll.cxx +++ b/sfx2/source/appl/sfxdll.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sfxdll.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-07-25 09:56:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:20:23 $ * * 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_sfx2.hxx" + #ifdef WIN #ifndef _SVWIN_H #include <svwin.h> @@ -40,7 +43,6 @@ #endif #ifndef GCC -#pragma hdrstop #endif #ifdef WIN |