diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:53:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:53:03 +0000 |
commit | f9e2c5e64b2766052f1865a48434247d355bff72 (patch) | |
tree | 6f7ea2d2d5a72ebc5802c4afa3b8bf5bfd770dec /linguistic | |
parent | 3dfdc860e8a37567660cbd5678d12ad4250727e4 (diff) |
INTEGRATION: CWS pchfix02 (1.16.16); FILE MERGED
2006/09/01 17:32:08 kaib 1.16.16.1: #i68856# Added header markers and pch files
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dlistimp.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linguistic/source/dlistimp.cxx b/linguistic/source/dlistimp.cxx index ee7fd8228459..676f9d57849b 100644 --- a/linguistic/source/dlistimp.cxx +++ b/linguistic/source/dlistimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dlistimp.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2006-05-05 08:10:32 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:53:03 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_linguistic.hxx" #include "dlistimp.hxx" #include "dicimp.hxx" #include "lngopt.hxx" |