diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:54:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:54:43 +0000 |
commit | a5a02563572f78c187cc087d1cfc1111be0e965d (patch) | |
tree | 7c0ba0938a95698a4d0c8921a9fab546a6e83f60 /fpicker | |
parent | 5911325acad1115a6a91d39f03b35162264921d2 (diff) |
INTEGRATION: CWS pchfix02 (1.8.104); FILE MERGED
2006/09/01 17:28:03 kaib 1.8.104.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/filepicker/controlaccess.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/controlaccess.cxx b/fpicker/source/win32/filepicker/controlaccess.cxx index a2356e32de5c..cc18c9621ad2 100644 --- a/fpicker/source/win32/filepicker/controlaccess.cxx +++ b/fpicker/source/win32/filepicker/controlaccess.cxx @@ -4,9 +4,9 @@ * * $RCSfile: controlaccess.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:40:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:54:43 $ * * 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 //------------------------------------------------------------------------ |