diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:01:54 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 13:01:54 +0000 |
commit | b8f9ceba036233f0e5671a9c72a12eca135a095d (patch) | |
tree | 2cc7f1175df02e6d32bcdf2d551289f6bdd4eba1 /framework/source/helper | |
parent | 16e8286be57553e3477be0dabdb256da9b23c12d (diff) |
INTEGRATION: CWS pchfix02 (1.4.202); FILE MERGED
2006/09/01 17:29:12 kaib 1.4.202.1: #i68856# Added header markers and pch files
Diffstat (limited to 'framework/source/helper')
-rw-r--r-- | framework/source/helper/wakeupthread.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/source/helper/wakeupthread.cxx b/framework/source/helper/wakeupthread.cxx index 63c1ce8a733e..ea0c99742002 100644 --- a/framework/source/helper/wakeupthread.cxx +++ b/framework/source/helper/wakeupthread.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wakeupthread.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:28:08 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:01:54 $ * * 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_framework.hxx" + //_______________________________________________ // include files of own module |