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 | f5178792a11b7917b5c7c1b1e59325829be531e0 (patch) | |
tree | 2fc76ea064233cecdceb16e766421317a8ffc36e /automation/source/miniapp/editwin.cxx | |
parent | 9e6fd3efcb22c0a868a1d0e893ad8d0b55cbc210 (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
Diffstat (limited to 'automation/source/miniapp/editwin.cxx')
-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 ce6d94636..fdff81ced 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> |