diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:20:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:20:50 +0000 |
commit | 8ca1e5322a411725628ec38a4e72aa7a5bc2bcb7 (patch) | |
tree | db82bea81d206586f726afcd1b935a1a5b41712a /sc/source | |
parent | 32438f181303e30e86487500eb97bf780868950c (diff) |
INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED
2006/07/12 10:02:50 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/pagedlg/scuitphfedit.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx index 7e9437c3d289..f5ed4185701a 100644 --- a/sc/source/ui/pagedlg/scuitphfedit.cxx +++ b/sc/source/ui/pagedlg/scuitphfedit.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scuitphfedit.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:21:59 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:20:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,12 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + #undef SC_DLLIMPLEMENTATION -#ifdef PCH -#include "ui_pch.hxx" -#endif -#pragma hdrstop //------------------------------------------------------------------ |