summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/tablink.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-21 12:46:08 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-21 12:46:08 +0000
commit2546d94beb2b60571a2fb9c2b55cb486c411feb7 (patch)
treeabee569bb162360ae90d2f63ea0053ecb929859d /sc/source/ui/docshell/tablink.cxx
parent2749ca0429bb16988ee660f0e7c8e06a93478460 (diff)
INTEGRATION: CWS pchfix01 (1.22.214); FILE MERGED
2006/07/12 10:02:35 kaib 1.22.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
Diffstat (limited to 'sc/source/ui/docshell/tablink.cxx')
-rw-r--r--sc/source/ui/docshell/tablink.cxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx
index 90b8ad0d341e..2de1dafd39ac 100644
--- a/sc/source/ui/docshell/tablink.cxx
+++ b/sc/source/ui/docshell/tablink.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tablink.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:50:48 $
+ * last change: $Author: kz $ $Date: 2006-07-21 13:46:08 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,17 +32,16 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_sc.hxx"
#ifdef WNT
#pragma optimize("",off)
#endif
//------------------------------------------------------------------
-#ifdef PCH
-#include "core_pch.hxx"
-#endif
-#pragma hdrstop
// INCLUDE ---------------------------------------------------------