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