diff options
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 |