diff options
-rw-r--r-- | sd/source/ui/func/fuhhconv.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuhhconv.cxx b/sd/source/ui/func/fuhhconv.cxx index e2d7ce324f6a..34d27ceec361 100644 --- a/sd/source/ui/func/fuhhconv.cxx +++ b/sd/source/ui/func/fuhhconv.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fuhhconv.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-12-14 16:58:54 $ + * last change: $Author: obo $ $Date: 2006-09-16 18:50:33 $ * * 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_sd.hxx" + #ifndef _COM_SUN_STAR_I18N_TEXTCONVERSIONOPTION_HPP_ #include <com/sun/star/i18n/TextConversionOption.hpp> #endif |