diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:56:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:56:49 +0000 |
commit | 22029fc4a7480a056ef8e327a0cdd8df03c669ab (patch) | |
tree | 5642d6ed6ddce310e56ca1bd3eafef60a7c0281c /fpicker/source/win32 | |
parent | 2ad474cc661279fa2ccaadbdbcc586bd7d708c16 (diff) |
INTEGRATION: CWS pchfix02 (1.6.70); FILE MERGED
2006/09/01 17:28:05 kaib 1.6.70.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker/source/win32')
-rw-r--r-- | fpicker/source/win32/filepicker/getfilenamewrapper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/getfilenamewrapper.cxx b/fpicker/source/win32/filepicker/getfilenamewrapper.cxx index 45437efc294b..24b3b0195021 100644 --- a/fpicker/source/win32/filepicker/getfilenamewrapper.cxx +++ b/fpicker/source/win32/filepicker/getfilenamewrapper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: getfilenamewrapper.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2006-02-09 17:03:26 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:56:49 $ * * 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 //------------------------------------------------------------------------ |