diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:45:01 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:45:01 +0000 |
commit | 21830a15450c81cc68811e8287c731a720b566e8 (patch) | |
tree | 32c93734f9b82ce44de6830a2996d79517998d3d /sc/source | |
parent | b20e44bd1e295c3b4ab43cc5281c1c1921bfdc56 (diff) |
INTEGRATION: CWS pchfix01 (1.17.138); FILE MERGED
2006/07/12 10:02:58 kaib 1.17.138.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/scdetect.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/unoobj/scdetect.cxx b/sc/source/ui/unoobj/scdetect.cxx index 94133924c..210c6e8dc 100644 --- a/sc/source/ui/unoobj/scdetect.cxx +++ b/sc/source/ui/unoobj/scdetect.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scdetect.cxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2006-07-10 12:46:18 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:45:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + #include "scdetect.hxx" #include <framework/interaction.hxx> |