diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:50:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 17:50:33 +0000 |
commit | 9f85f109a38c4495def6bb0e804cf4f17eb50efb (patch) | |
tree | f00d00d972ab4ae6a241e58565cb6889d5a00c7d /sd | |
parent | 0d8ecaa3b20e470e119767cc089b9fc44052bbcd (diff) |
INTEGRATION: CWS pchfix02 (1.8.214); FILE MERGED
2006/09/01 17:37:07 kaib 1.8.214.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sd')
-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 |