diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 14:03:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 14:03:52 +0000 |
commit | 801b120b8d4bd00f971ad7ff9d3056756b02ad5e (patch) | |
tree | a3f861324cc0556d826338fde5dd49e7aa8f89e4 /sc/source/ui/view/olkact.cxx | |
parent | 1f00e73bcc0fdd997f212b4fb5cf62f7679658f7 (diff) |
INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED
2006/07/12 10:03:06 kaib 1.5.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/view/olkact.cxx')
-rw-r--r-- | sc/source/ui/view/olkact.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/view/olkact.cxx b/sc/source/ui/view/olkact.cxx index 5dac71893..cf86942fe 100644 --- a/sc/source/ui/view/olkact.cxx +++ b/sc/source/ui/view/olkact.cxx @@ -4,9 +4,9 @@ * * $RCSfile: olkact.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:01:20 $ + * last change: $Author: kz $ $Date: 2006-07-21 15:03:52 $ * * 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 //------------------------------------------------------------------ |