diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:52:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:52:51 +0000 |
commit | bfc59db14b91441b882be2f2e376822c6b7ea2cf (patch) | |
tree | 0325624261b525915be2ef9b01a313669bcb1937 /configmgr/source/api | |
parent | b39c756049ea5d40e737ffbe3a1ef459feac0ca1 (diff) |
INTEGRATION: CWS pchfix02 (1.13.18); FILE MERGED
2006/09/01 17:20:19 kaib 1.13.18.1: #i68856# Added header markers and pch files
Diffstat (limited to 'configmgr/source/api')
-rw-r--r-- | configmgr/source/api/confeventhelpers.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/api/confeventhelpers.cxx b/configmgr/source/api/confeventhelpers.cxx index aed9bf4bbac1..6fc03ccfd667 100644 --- a/configmgr/source/api/confeventhelpers.cxx +++ b/configmgr/source/api/confeventhelpers.cxx @@ -4,9 +4,9 @@ * * $RCSfile: confeventhelpers.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:14:09 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:52:51 $ * * 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_configmgr.hxx" + #include <stdio.h> #include <string.h> #include "confeventhelpers.hxx" |