diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 14:07:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 14:07:36 +0000 |
commit | b47cef97f73b7cbc9b4e31988b8fa914a0b4f924 (patch) | |
tree | a4368cbc11369f36c651ce2ff479b8b5eca43c39 /sc/source/ui/view/reffact.cxx | |
parent | 5920966d1bb5a0b75302f25e3f5f7e7562dad540 (diff) |
INTEGRATION: CWS pchfix01 (1.6.60); FILE MERGED
2006/07/12 10:03:08 kaib 1.6.60.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/view/reffact.cxx')
-rw-r--r-- | sc/source/ui/view/reffact.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/view/reffact.cxx b/sc/source/ui/view/reffact.cxx index b6b12f87159a..3dff76d3249a 100644 --- a/sc/source/ui/view/reffact.cxx +++ b/sc/source/ui/view/reffact.cxx @@ -4,9 +4,9 @@ * * $RCSfile: reffact.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2006-05-05 09:48:06 $ + * last change: $Author: kz $ $Date: 2006-07-21 15:07:36 $ * * 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 // INCLUDE --------------------------------------------------------------- |