diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:53:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:53:35 +0000 |
commit | 14e4ace597c8ff682b1aaf817c54021121d25eb2 (patch) | |
tree | 29d1330caaebdd8f84278b9c40ea148cde4361e0 | |
parent | 7b7a0c1a393d1335b900187c871969b98852d96a (diff) |
INTEGRATION: CWS pchfix02 (1.21.104); FILE MERGED
2006/09/01 17:28:03 kaib 1.21.104.1: #i68856# Added header markers and pch files
-rw-r--r-- | fpicker/source/win32/filepicker/FilePicker.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/FilePicker.cxx b/fpicker/source/win32/filepicker/FilePicker.cxx index 651738dcd55c..b6d85278340d 100644 --- a/fpicker/source/win32/filepicker/FilePicker.cxx +++ b/fpicker/source/win32/filepicker/FilePicker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FilePicker.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:38:22 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:53:35 $ * * 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 //------------------------------------------------------------------------ |