diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:16:48 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-21 12:16:48 +0000 |
commit | f6d9d5dd8538871f5ee46d3a12e1019c34372d8c (patch) | |
tree | 69b9b8aa1bdeb82ffd9f577951b0bbff4a0e1e85 /sc/source/ui/cctrl | |
parent | 09244f50df9217de448cca16ec1ba1063dd0a8de (diff) |
INTEGRATION: CWS pchfix01 (1.8.214); FILE MERGED
2006/07/12 10:02:25 kaib 1.8.214.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/tbinsert.cxx | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/cctrl/tbinsert.cxx b/sc/source/ui/cctrl/tbinsert.cxx index dc4a652a7d0e..a9544f5cbccc 100644 --- a/sc/source/ui/cctrl/tbinsert.cxx +++ b/sc/source/ui/cctrl/tbinsert.cxx @@ -4,9 +4,9 @@ * * $RCSfile: tbinsert.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:29:58 $ + * last change: $Author: kz $ $Date: 2006-07-21 13:16:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,15 +33,14 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_sc.hxx" + // System - Includes ----------------------------------------------------- #include <string> // HACK: prevent conflict between STLPORT and Workshop headers -#ifdef PCH -#include "ui_pch.hxx" -#endif -#pragma hdrstop // INCLUDE --------------------------------------------------------------- |