diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:27:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:27:07 +0000 |
commit | 8090106c9c555f9b9474e7e0092c5021a2ad5449 (patch) | |
tree | 1ffff535b67b249246112016e5f81655575534fe /svx/util | |
parent | 565e072cef066e31827509461ee5f1dd86e01255 (diff) |
INTEGRATION: CWS pchfix02 (1.4.50); FILE MERGED
2006/09/01 17:47:49 kaib 1.4.50.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/util')
-rw-r--r-- | svx/util/svxpch.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/util/svxpch.cxx b/svx/util/svxpch.cxx index 6d02dc87f823..0354afe480ce 100644 --- a/svx/util/svxpch.cxx +++ b/svx/util/svxpch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: svxpch.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2006-07-25 09:30:22 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:27:07 $ * * 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_svx.hxx" #include <thread.hxx> #include <sysdep.hxx> #if defined(WNT) || defined (WIN) |