diff options
Diffstat (limited to 'fpicker/source/office/fpinteraction.cxx')
-rw-r--r-- | fpicker/source/office/fpinteraction.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/office/fpinteraction.cxx b/fpicker/source/office/fpinteraction.cxx index f298f7a5ef42..025f3aa5192f 100644 --- a/fpicker/source/office/fpinteraction.cxx +++ b/fpicker/source/office/fpinteraction.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fpinteraction.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:30:57 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:50:39 $ * * 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_FILEPICKER_INTERACTION_HXX #include "fpinteraction.hxx" #endif |