diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:22:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:22:25 +0000 |
commit | 027880ece37dc71f9a34780edb24e03408b709f2 (patch) | |
tree | 4e0fa1a1b8cf8b32739ff7d5b61059f265b7adaf /sc/source/ui/dbgui/dpgroupdlg.cxx | |
parent | 749db75b47e4e0287421c341d5ed756388d0671e (diff) |
INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED
2006/07/12 10:02:27 kaib 1.5.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/dpgroupdlg.cxx')
-rw-r--r-- | sc/source/ui/dbgui/dpgroupdlg.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/dbgui/dpgroupdlg.cxx b/sc/source/ui/dbgui/dpgroupdlg.cxx index e5ffc791e842..4a13d2bb93d4 100644 --- a/sc/source/ui/dbgui/dpgroupdlg.cxx +++ b/sc/source/ui/dbgui/dpgroupdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dpgroupdlg.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:34:36 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:22:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,13 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + #ifdef SC_DLLIMPLEMENTATION #undef SC_DLLIMPLEMENTATION #endif -#ifdef PCH -#include "ui_pch.hxx" -#endif #ifndef SC_DPGROUPDLG_HXX #include "dpgroupdlg.hxx" |