diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:57:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:57:03 +0000 |
commit | cca4750fe97c88773ef76f8085bcbdf82c0017dd (patch) | |
tree | 7df94a9e41db31bf04a62551e5db6466ecf6eb07 /fpicker | |
parent | 22029fc4a7480a056ef8e327a0cdd8df03c669ab (diff) |
INTEGRATION: CWS pchfix02 (1.6.104); FILE MERGED
2006/09/01 17:28:05 kaib 1.6.104.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/helppopupwindow.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/helppopupwindow.cxx b/fpicker/source/win32/filepicker/helppopupwindow.cxx index 2af6f3a932db..c3724bdd9b3b 100644 --- a/fpicker/source/win32/filepicker/helppopupwindow.cxx +++ b/fpicker/source/win32/filepicker/helppopupwindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: helppopupwindow.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:46:33 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:57:03 $ * * 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 //------------------------------------------------------------------------ |