diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:07:26 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 15:07:26 +0000 |
commit | dc62809f367d94dfaf485219c62aff8417c1fd27 (patch) | |
tree | ae7c92340c149c0ce2a27f7f5cc18391d92fb833 /lingucomponent | |
parent | 86d25318ccce33c5418cb3f560a47baf6cd223d3 (diff) |
INTEGRATION: CWS pchfix02 (1.17.12); FILE MERGED
2006/09/01 17:31:54 kaib 1.17.12.1: #i68856# Added header markers and pch files
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index 1f7126db2d18..dbecf9851cf8 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hyphenimp.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:55:22 $ + * last change: $Author: obo $ $Date: 2006-09-16 16:07:26 $ * * 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_lingucomponent.hxx" + #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #include <com/sun/star/uno/Reference.h> |