diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:52:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:52:15 +0000 |
commit | 8af9777ed9bd21644e236c3e26855cd517ffc072 (patch) | |
tree | 39047a11fdadbc68830fa881178828a86781afc8 /sc/source | |
parent | 79edf944cb95f68c3ca150bef364125fa9da07aa (diff) |
INTEGRATION: CWS pchfix01 (1.11.216); FILE MERGED
2006/07/12 10:03:01 kaib 1.11.216.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/view/dbfunc.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/view/dbfunc.cxx b/sc/source/ui/view/dbfunc.cxx index a8e3ed32f..3f5125e09 100644 --- a/sc/source/ui/view/dbfunc.cxx +++ b/sc/source/ui/view/dbfunc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dbfunc.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:54:18 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:52:15 $ * * 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 --------------------------------------------------------------- |