diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:49:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:49:45 +0000 |
commit | f221efbc331c00d37a235822c74eb3fb84b19189 (patch) | |
tree | 3a160f972ea191406fe1761039ac3c7cfe38168b /fpicker | |
parent | 823c92082538d125189d78cdfc04f8f3c6d64d76 (diff) |
INTEGRATION: CWS pchfix02 (1.8.10); FILE MERGED
2006/09/01 17:28:00 kaib 1.8.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx index f3a2c44f1078..6a6f9bda0a7b 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: OfficeFilePicker.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2006-08-07 14:00:34 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:49:45 $ * * 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" + #include "OfficeFilePicker.hxx" #ifndef _IODLGIMPL_HXX |