diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:25:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:25:15 +0000 |
commit | d288dabd6648ba62ef13ab5d10b434ca169a4ec0 (patch) | |
tree | 63a86c25c0477e0870ce5dd50d12c3570980bb56 /sc/source | |
parent | ff9014acb53eaebd8f1951fc2fc729ef92cd08bc (diff) |
INTEGRATION: CWS pchfix01 (1.5.204); FILE MERGED
2006/07/12 10:02:51 kaib 1.5.204.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/undo/areasave.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/undo/areasave.cxx b/sc/source/ui/undo/areasave.cxx index 64e68e82cb73..9bde80f7be5c 100644 --- a/sc/source/ui/undo/areasave.cxx +++ b/sc/source/ui/undo/areasave.cxx @@ -4,9 +4,9 @@ * * $RCSfile: areasave.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2005-09-28 12:13:22 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:25:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,12 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + // ----------------------------------------------------------------------- -#ifdef PCH -#include "ui_pch.hxx" -#endif -#pragma hdrstop // INCLUDE --------------------------------------------------------------- |