diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:28:58 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:28:58 +0000 |
commit | 847ac7d240828c7ebd15c10534b9928a9a285f3f (patch) | |
tree | 48940502d18b16b1f28fb91c7a8f73ac25669aab /sc/source/ui/dbgui/sfiltdlg.cxx | |
parent | 4afe114fcb651ac59379c6448a1a600b7e1955b1 (diff) |
INTEGRATION: CWS pchfix01 (1.10.216); FILE MERGED
2006/07/12 10:02:29 kaib 1.10.216.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/dbgui/sfiltdlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/sfiltdlg.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx index bb10abf89a46..b2828570f3e8 100644 --- a/sc/source/ui/dbgui/sfiltdlg.cxx +++ b/sc/source/ui/dbgui/sfiltdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sfiltdlg.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:42:10 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:28:58 $ * * 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" + // System - Includes --------------------------------------------------------- -#ifdef PCH -#include "ui_pch.hxx" -#endif -#pragma hdrstop // INCLUDE ------------------------------------------------------------------- |