diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:51:21 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:51:21 +0000 |
commit | e74972e8049a6a64c514fb6a57eddea2957de7f4 (patch) | |
tree | f94af5c3ad13b46992b286cbde601ccc68b2e7b1 | |
parent | 4c1fd26f5696363370dcda2c0b971730d97eaf67 (diff) |
INTEGRATION: CWS pchfix02 (1.11.14); FILE MERGED
2006/09/01 17:28:01 kaib 1.11.14.1: #i68856# Added header markers and pch files
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index 9ed1d91b78cf..c540cb1605a6 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: iodlg.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2006-07-26 09:05:13 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:51:21 $ * * 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 -------------------------------------------------------------- #include "iodlg.hxx" |