diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:51:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 16:51:07 +0000 |
commit | 4c1fd26f5696363370dcda2c0b971730d97eaf67 (patch) | |
tree | aae20fd4d00e1b02d99dc4ffc478ee4716908939 /fpicker/source/office | |
parent | ffd7e39e516b8d207115d963fae3edb432710ce6 (diff) |
INTEGRATION: CWS pchfix02 (1.4.92); FILE MERGED
2006/09/01 17:28:01 kaib 1.4.92.1: #i68856# Added header markers and pch files
Diffstat (limited to 'fpicker/source/office')
-rw-r--r-- | fpicker/source/office/fpsmartcontent.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/office/fpsmartcontent.cxx b/fpicker/source/office/fpsmartcontent.cxx index f8e0b28754d1..7998e65e361f 100644 --- a/fpicker/source/office/fpsmartcontent.cxx +++ b/fpicker/source/office/fpsmartcontent.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fpsmartcontent.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-11-11 11:39:33 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:51:07 $ * * 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" + #ifndef SVTOOLS_SOURCE_FILEPICKER_FPSMARTCONTENT_HXX #include "fpsmartcontent.hxx" #endif |