diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:38:33 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 13:38:33 +0000 |
commit | cd80bfa5c71bf9fb3136766bdab7f150cbdf27e9 (patch) | |
tree | 16a2093c4886dab4e16cc1b53b2bb5bb45791eb7 /sc/source/ui/unoobj/filtuno.cxx | |
parent | 84605cd68f306664e6b14e48fc4e6b4bbb8f2973 (diff) |
INTEGRATION: CWS pchfix01 (1.9.216); FILE MERGED
2006/07/12 10:02:57 kaib 1.9.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/unoobj/filtuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/filtuno.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/unoobj/filtuno.cxx b/sc/source/ui/unoobj/filtuno.cxx index 76c45f545017..13ed9ebe98a0 100644 --- a/sc/source/ui/unoobj/filtuno.cxx +++ b/sc/source/ui/unoobj/filtuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filtuno.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:46:34 $ + * last change: $Author: kz $ $Date: 2006-07-21 14:38:33 $ * * 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 <com/sun/star/ui/dialogs/ExecutableDialogResults.hpp> #include <tools/urlobj.hxx> |