diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:36:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:36:53 +0000 |
commit | ae616f06e89f8588d8ec0602dd51f8b445e3f88c (patch) | |
tree | 1f3e6a183e9f9c1e4d311ad35beada2ce2bcdd6a /automation/source/server | |
parent | b2c50bd5b0365e66fc047a1bae7ef5efb20ed57c (diff) |
INTEGRATION: CWS pchfix02 (1.20.10); FILE MERGED
2006/09/01 17:16:06 kaib 1.20.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation/source/server')
-rw-r--r-- | automation/source/server/sta_list.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/server/sta_list.cxx b/automation/source/server/sta_list.cxx index 79cbe8e39f12..d26904b2a086 100644 --- a/automation/source/server/sta_list.cxx +++ b/automation/source/server/sta_list.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sta_list.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:57:27 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:36:53 $ * * 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" + #ifndef _TIME_HXX //autogen #include <tools/time.hxx> #endif |