diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 20:27:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 20:27:34 +0000 |
commit | c9d90f6199f242961b40bfde7cbd4ced4c22fab7 (patch) | |
tree | 8f39ae012a74f60f469a41819f02b30bb826109e /sw/source/core/para | |
parent | 3787af4af9674ab8d6e8415ecf08dcfc12d4e9a9 (diff) |
INTEGRATION: CWS pchfix02 (1.9.474); FILE MERGED
2006/09/01 17:51:56 kaib 1.9.474.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source/core/para')
-rw-r--r-- | sw/source/core/para/paratr.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/core/para/paratr.cxx b/sw/source/core/para/paratr.cxx index 46a03886c9..a0e896223d 100644 --- a/sw/source/core/para/paratr.cxx +++ b/sw/source/core/para/paratr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: paratr.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-09-09 04:39:56 $ + * last change: $Author: obo $ $Date: 2006-09-16 21:27:07 $ * * 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_sw.hxx" + #include "hintids.hxx" #include <swtypes.hxx> #include "unomid.h" |