diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:00:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:00:21 +0000 |
commit | 34f7269bab8f05860f58f5b11c90c6f6b3b0bcc0 (patch) | |
tree | 7b94c3045d80a2cdffabff0c28533407abca9087 /forms/source/richtext/richtextengine.cxx | |
parent | d3dc9754f101b509d56c3ee200e760dce742b082 (diff) |
INTEGRATION: CWS pchfix02 (1.4.112); FILE MERGED
2006/09/01 17:27:43 kaib 1.4.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'forms/source/richtext/richtextengine.cxx')
-rw-r--r-- | forms/source/richtext/richtextengine.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/forms/source/richtext/richtextengine.cxx b/forms/source/richtext/richtextengine.cxx index df5ddc60d..b87d8fee8 100644 --- a/forms/source/richtext/richtextengine.cxx +++ b/forms/source/richtext/richtextengine.cxx @@ -4,9 +4,9 @@ * * $RCSfile: richtextengine.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:07:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:00:21 $ * * 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_forms.hxx" + #ifndef FORMS_SOURCE_RICHTEXT_RICHTEXTENGINE_HXX #include "richtextengine.hxx" #endif |