diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:54:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:54:29 +0000 |
commit | 5911325acad1115a6a91d39f03b35162264921d2 (patch) | |
tree | 9622fcb1c7c31aca5024a5501cea6d51a70d8b87 /fpicker | |
parent | cb685b93cf7f77579498bebc684bc2f2b14284ea (diff) |
INTEGRATION: CWS pchfix02 (1.12.104); FILE MERGED
2006/09/01 17:28:03 kaib 1.12.104.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/asynceventnotifier.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/asynceventnotifier.cxx b/fpicker/source/win32/filepicker/asynceventnotifier.cxx index 3b1308de1d7e..0d4cc46c31b3 100644 --- a/fpicker/source/win32/filepicker/asynceventnotifier.cxx +++ b/fpicker/source/win32/filepicker/asynceventnotifier.cxx @@ -4,9 +4,9 @@ * * $RCSfile: asynceventnotifier.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:40:29 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:54:29 $ * * 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_fpicker.hxx" + //------------------------------------------------------------------------ // includes //------------------------------------------------------------------------ |