diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:09:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:09:52 +0000 |
commit | 09a1035cbba08a6a7129199657724f66f831f290 (patch) | |
tree | 081205e571b7f0dd4b4614611abab91c063d7245 /sc/source/ui/app/msgpool.cxx | |
parent | 53f9e20d9f949acd09518dfde88d4f00f1ec91c0 (diff) |
INTEGRATION: CWS pchfix01 (1.3.216); FILE MERGED
2006/07/12 10:02:20 kaib 1.3.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/app/msgpool.cxx')
-rw-r--r-- | sc/source/ui/app/msgpool.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/app/msgpool.cxx b/sc/source/ui/app/msgpool.cxx index e19e995806c4..f10d7c2b5acc 100644 --- a/sc/source/ui/app/msgpool.cxx +++ b/sc/source/ui/app/msgpool.cxx @@ -4,9 +4,9 @@ * * $RCSfile: msgpool.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:23:24 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:09:41 $ * * 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/dialogs.hrc> |