diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:37:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:37:08 +0000 |
commit | 3efbcd2d0a373ab61ad6c84e2816c1d62cf50406 (patch) | |
tree | 576fa74199ee5c9d27333dd5b0ee41cd393bf6c2 /sc/source | |
parent | fb9b04f76842bb774d0a422a3dc82da2d909ca9e (diff) |
INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGED
2006/07/12 10:02:56 kaib 1.22.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/editsrc.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/editsrc.cxx b/sc/source/ui/unoobj/editsrc.cxx index 918f4ea81fea..03d13d87f1c5 100644 --- a/sc/source/ui/unoobj/editsrc.cxx +++ b/sc/source/ui/unoobj/editsrc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: editsrc.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:46:05 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:37:08 $ * * 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 "scitems.hxx" #include <svx/eeitem.hxx> |