diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:18:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:18:48 +0000 |
commit | 7f8546f9da4f27ee849d5a1cea9978e774028712 (patch) | |
tree | 8cb3db9d7a57b52284f25c8349ed6ed268c8c3a2 /svx | |
parent | db12bd4ae65c83cc54e0173c3f89bca7b21277b9 (diff) |
INTEGRATION: CWS pchfix02 (1.7.536); FILE MERGED
2006/09/01 17:47:43 kaib 1.7.536.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/unoedit/unoviwed.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/unoedit/unoviwed.cxx b/svx/source/unoedit/unoviwed.cxx index c45a161bacf0..87aca460930e 100644 --- a/svx/source/unoedit/unoviwed.cxx +++ b/svx/source/unoedit/unoviwed.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoviwed.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 01:12:52 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:18:48 $ * * 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_svx.hxx" + #ifndef _SV_OUTDEV_HXX #include <vcl/outdev.hxx> #endif |