summaryrefslogtreecommitdiff
path: root/basic/source/app/textedit.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 08:58:30 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 08:58:30 +0000
commitd07479cff33953665fa0f4b4d70b94c0e8b07e57 (patch)
tree806f53b76dc754670cfda544ad90afa466835253 /basic/source/app/textedit.cxx
parent7ddf1cdbe9a916d7c6fa5a7ad664e7ff1c82101b (diff)
INTEGRATION: CWS pchfix02 (1.18.26); FILE MERGED
2006/09/01 17:16:59 kaib 1.18.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source/app/textedit.cxx')
-rw-r--r--basic/source/app/textedit.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/app/textedit.cxx b/basic/source/app/textedit.cxx
index 8661aeeb859f..19a0430633be 100644
--- a/basic/source/app/textedit.cxx
+++ b/basic/source/app/textedit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: textedit.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 17:37:58 $
+ * last change: $Author: obo $ $Date: 2006-09-17 09:58:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+// MARKER(update_precomp.py): autogen include statement, do not remove
+#include "precompiled_basic.hxx"
+
#ifndef _STREAM_HXX //autogen
#include <tools/stream.hxx>
#endif