diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:35:12 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:35:12 +0000 |
commit | 1d71607ebc2e7cb035ac28c57d67128b0fbbf2f1 (patch) | |
tree | 320de3198f60f74efdc0ac0af81f4a762dde5c3c /sc/source/ui/unoobj/dispuno.cxx | |
parent | 8a5b619fa394129e1b29fe5522ed2f4c03701776 (diff) |
INTEGRATION: CWS pchfix01 (1.6.214); FILE MERGED
2006/07/12 10:02:56 kaib 1.6.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/unoobj/dispuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/dispuno.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/dispuno.cxx b/sc/source/ui/unoobj/dispuno.cxx index 90042a26aa0c..e1097f485a8b 100644 --- a/sc/source/ui/unoobj/dispuno.cxx +++ b/sc/source/ui/unoobj/dispuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dispuno.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:45:18 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:35:12 $ * * 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 <sfx2/viewfrm.hxx> #include <comphelper/uno3.hxx> |