diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:36:27 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:36:27 +0000 |
commit | e98b834fc42daa321881ce65e3e42addf04859c5 (patch) | |
tree | 70c70f2d301eda7bfabe87d960694dee47817437 /automation | |
parent | 75e1841f7160d5431af564b1789472cbba356d42 (diff) |
INTEGRATION: CWS pchfix02 (1.5.30); FILE MERGED
2006/09/01 17:16:06 kaib 1.5.30.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/scmdstrm.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/server/scmdstrm.cxx b/automation/source/server/scmdstrm.cxx index e01752419bb9..547ff7466e6f 100644 --- a/automation/source/server/scmdstrm.cxx +++ b/automation/source/server/scmdstrm.cxx @@ -4,9 +4,9 @@ * * $RCSfile: scmdstrm.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-04-19 13:58:35 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:36:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_automation.hxx" #ifndef _SFXINTITEM_HXX //autogen #include <svtools/intitem.hxx> #endif |