diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:55:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:55:49 +0000 |
commit | 08b8078cdd2a3f7772ddc067737fcd3b3112506d (patch) | |
tree | 33e5808f8ff73ad3737ba172ece4392ad0a821d2 /linguistic | |
parent | cc8ae16f42db42c5f0d38c9160a44575effe03c8 (diff) |
INTEGRATION: CWS pchfix02 (1.3.46); FILE MERGED
2006/09/01 17:32:10 kaib 1.3.46.1: #i68856# Added header markers and pch files
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/staticmb.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linguistic/source/staticmb.cxx b/linguistic/source/staticmb.cxx index dbc3b4d8dec0..2416228926e0 100644 --- a/linguistic/source/staticmb.cxx +++ b/linguistic/source/staticmb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: staticmb.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:55:49 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:55:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,3 +32,6 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_linguistic.hxx" |