diff options
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r-- | sc/source/ui/cctrl/cbuttonw.cxx | 11 | ||||
-rw-r--r-- | sc/source/ui/cctrl/popmenu.cxx | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/sc/source/ui/cctrl/cbuttonw.cxx b/sc/source/ui/cctrl/cbuttonw.cxx index 01b3621e042d..6aa7d71eb205 100644 --- a/sc/source/ui/cctrl/cbuttonw.cxx +++ b/sc/source/ui/cctrl/cbuttonw.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cbuttonw.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:28:43 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:16:08 $ * * 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 <tools/svwin.h> #include <vcl/window.hxx> diff --git a/sc/source/ui/cctrl/popmenu.cxx b/sc/source/ui/cctrl/popmenu.cxx index d8dc9191577c..bc24a93bcbf2 100644 --- a/sc/source/ui/cctrl/popmenu.cxx +++ b/sc/source/ui/cctrl/popmenu.cxx @@ -4,9 +4,9 @@ * * $RCSfile: popmenu.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:29:39 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:16:32 $ * * 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 --------------------------------------------------------------- |