diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:41:18 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:41:18 +0000 |
commit | 2e6c304d37f2eb941759daa04ab4f9806e2cdfe9 (patch) | |
tree | da581467cb05b6b0e14aac3bdfb578edd479ba57 /sc/source | |
parent | fae33a02a4e1cd930cf6c14c11d4bbea50b52113 (diff) |
INTEGRATION: CWS pchfix01 (1.13.214); FILE MERGED
2006/07/12 10:02:57 kaib 1.13.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/unoobj/funcuno.cxx | 11 | ||||
-rw-r--r-- | sc/source/ui/unoobj/linkuno.cxx | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx index 531e611a6..d6b757fda 100644 --- a/sc/source/ui/unoobj/funcuno.cxx +++ b/sc/source/ui/unoobj/funcuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: funcuno.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: obo $ $Date: 2006-07-10 14:09:23 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:40:24 $ * * 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 <tools/debug.hxx> #include <sfx2/app.hxx> diff --git a/sc/source/ui/unoobj/linkuno.cxx b/sc/source/ui/unoobj/linkuno.cxx index 3524ea351..a3cdd0a16 100644 --- a/sc/source/ui/unoobj/linkuno.cxx +++ b/sc/source/ui/unoobj/linkuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: linkuno.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:47:30 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:41:18 $ * * 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 <svtools/smplhint.hxx> #include <svx/linkmgr.hxx> |