diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:47:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 08:47:08 +0000 |
commit | 48a92f83bd915bc67092b9637244f15142d7c368 (patch) | |
tree | c103f2a6397f69ee2ccf945507710250dd7c29db /desktop/source/offacc | |
parent | 2b08ac434ede1ee392e1a0a3c4971b167018cd11 (diff) |
INTEGRATION: CWS pchfix02 (1.5.74); FILE MERGED
2006/09/01 17:25:17 kaib 1.5.74.1: #i68856# Added header markers and pch files
Diffstat (limited to 'desktop/source/offacc')
-rw-r--r-- | desktop/source/offacc/acceptor.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/source/offacc/acceptor.cxx b/desktop/source/offacc/acceptor.cxx index f16109309423..b11ba48c0a15 100644 --- a/desktop/source/offacc/acceptor.cxx +++ b/desktop/source/offacc/acceptor.cxx @@ -4,9 +4,9 @@ * * $RCSfile: acceptor.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2006-05-02 17:13:10 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:47:08 $ * * 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_desktop.hxx" + #include "acceptor.hxx" #ifndef _UTL_BOOTSTRAP_HXX |