diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:45:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:45:01 +0000 |
commit | f7c37a8fb9b5f5d68a08c32aa0975ec843840cf6 (patch) | |
tree | 7c5a0b9d07b80761db3e53659d1b1b55101eef5f /shell/source | |
parent | 55fa1a44c7de2109b12d30a56f91f16154fec82b (diff) |
INTEGRATION: CWS pchfix02 (1.4.30); FILE MERGED
2006/09/01 17:39:10 kaib 1.4.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'shell/source')
-rw-r--r-- | shell/source/win32/shlxthandler/ooofilt/propspec.cxx | 8 | ||||
-rw-r--r-- | shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx | 7 |
2 files changed, 10 insertions, 5 deletions
diff --git a/shell/source/win32/shlxthandler/ooofilt/propspec.cxx b/shell/source/win32/shlxthandler/ooofilt/propspec.cxx index 492d435be465..b69827ce0e05 100644 --- a/shell/source/win32/shlxthandler/ooofilt/propspec.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/propspec.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propspec.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:21:56 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:44:46 $ * * 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" + //+------------------------------------------------------------------------- // // File: propspec.cxx @@ -49,7 +52,6 @@ #if defined _MSC_VER #pragma warning(pop) #endif -#pragma hdrstop #include "propspec.hxx" diff --git a/shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx b/shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx index 12010d1ec744..dd6ddc01b9bc 100644 --- a/shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx +++ b/shell/source/win32/shlxthandler/ooofilt/proxy/ooofiltproxy.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ooofiltproxy.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:22:24 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:45:01 $ * * 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" + #if defined _MSC_VER #pragma warning(push, 1) #endif |