summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-07-21 14:08:25 +0000
committerKurt Zenker <kz@openoffice.org>2006-07-21 14:08:25 +0000
commit81e85cc260313b14fbd4df4ec0073f9ece51ee92 (patch)
tree8e3c0531ea1053e04b73e5038d20777f6a9220cd
parent5e71a99c8e292991a907fdbd1a458ede07fbe55f (diff)
INTEGRATION: CWS pchfix01 (1.4.214); FILE MERGED
2006/07/12 10:03:09 kaib 1.4.214.1: #i67080# Converted cxx files in sc, added initial project level pch and stripped old PCH definitions.
-rw-r--r--sc/source/ui/view/spelldialog.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/source/ui/view/spelldialog.cxx b/sc/source/ui/view/spelldialog.cxx
index e76d3a6e2de1..ebc29d8a29e2 100644
--- a/sc/source/ui/view/spelldialog.cxx
+++ b/sc/source/ui/view/spelldialog.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: spelldialog.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 23:05:44 $
+ * last change: $Author: kz $ $Date: 2006-07-21 15:08:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -32,6 +32,9 @@
* MA 02111-1307 USA
*
************************************************************************/
+
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_sc.hxx"
#ifndef SC_SPELLDIALOG_HXX
#include "spelldialog.hxx"
#endif