summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-21 12:16:32 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-21 12:16:32 +0000
commit09244f50df9217de448cca16ec1ba1063dd0a8de (patch)
tree8dc6838f28f03dd47afd724c0558f9bebed53a5b /sc/source/ui/cctrl
parentc8b2618d6350a97ce2a1aabe7e659c49f192d976 (diff)
INTEGRATION: CWS pchfix01 (1.5.216); FILE MERGED
2006/07/12 10:02:24 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/cctrl')
-rw-r--r--sc/source/ui/cctrl/cbuttonw.cxx11
-rw-r--r--sc/source/ui/cctrl/popmenu.cxx11
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 ---------------------------------------------------------------