diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:35:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:35:20 +0000 |
commit | 4f445464ec1b601824e1b3a66b9229919c9139f9 (patch) | |
tree | 1fa3e400f981b7cd7b507fdcbe7b389b2d57c269 /automation | |
parent | 578bf23e4d979c58ca1b600f628611a0ea846aee (diff) |
INTEGRATION: CWS pchfix02 (1.3.16); FILE MERGED
2006/09/01 17:16:05 kaib 1.3.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'automation')
-rw-r--r-- | automation/source/server/prof_nul.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/automation/source/server/prof_nul.cxx b/automation/source/server/prof_nul.cxx index 6b9e44901698..9cd825ad857e 100644 --- a/automation/source/server/prof_nul.cxx +++ b/automation/source/server/prof_nul.cxx @@ -4,9 +4,9 @@ * * $RCSfile: prof_nul.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 00:23:02 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:35:20 $ * * 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 "profiler.hxx" #include "rcontrol.hxx" |