summaryrefslogtreecommitdiff
path: root/sw/source/core/text/txtinit.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-15 11:55:07 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-15 11:55:07 +0000
commit9482b4fb657a30badbde352b9fa89fa68ac34fa0 (patch)
treec4c006454d9c06448e2c04fef6e4168d2965156b /sw/source/core/text/txtinit.cxx
parent9a8afc7ccb2f7e73b8a2dfa32a11c2d4bab33953 (diff)
INTEGRATION: CWS os86 (1.6.372); FILE MERGED
2006/09/04 11:50:03 os 1.6.372.1: #i60431# temporary AutoCorrection removed
Diffstat (limited to 'sw/source/core/text/txtinit.cxx')
-rw-r--r--sw/source/core/text/txtinit.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/source/core/text/txtinit.cxx b/sw/source/core/text/txtinit.cxx
index efebec36c047..bd457941fd2f 100644
--- a/sw/source/core/text/txtinit.cxx
+++ b/sw/source/core/text/txtinit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtinit.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: rt $ $Date: 2006-01-10 13:40:50 $
+ * last change: $Author: obo $ $Date: 2006-09-15 12:55:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -54,7 +54,6 @@
#include "porftn.hxx"
#include "porhyph.hxx"
#include "pordrop.hxx"
-#include "tempauto.hxx" // Temporaere Autokorrekturliste
#include "blink.hxx" // Blink-Manager
#include "init.hxx" // Deklarationen fuer _TextInit() und _TextFinit()
#include "txtfly.hxx" // SwContourCache
@@ -107,7 +106,6 @@ void _TextFinit()
delete SwTxtFrm::GetTxtCache();
delete pSwFontCache;
delete pFntCache;
- delete pTempAuto;
delete pBlink;
delete pWaveCol;
delete pContourCache;