diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:34:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:34:01 +0000 |
commit | 22a310eeb246af2fee1b58f778b5ea4f03648a5b (patch) | |
tree | a265c685365ff973684c2372eadfb9e541c5abfc | |
parent | c38819935bf93989841b464720d369e4fc8fcb3c (diff) |
INTEGRATION: CWS pchfix02 (1.3.56); FILE MERGED
2006/09/01 17:16:04 kaib 1.3.56.1: #i68856# Added header markers and pch files
-rw-r--r-- | automation/source/miniapp/editwin.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/miniapp/editwin.cxx b/automation/source/miniapp/editwin.cxx index ce6d9463645c..fdff81cedf33 100644 --- a/automation/source/miniapp/editwin.cxx +++ b/automation/source/miniapp/editwin.cxx @@ -4,9 +4,9 @@ * * $RCSfile: editwin.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:18:55 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:34:01 $ * * 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_automation.hxx" + #include "editwin.hxx" #ifndef _STREAM_HXX //autogen #include <tools/stream.hxx> |