diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:17:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:17:50 +0000 |
commit | 22fd210738202d1185740b66602aa7c059deb4f4 (patch) | |
tree | 134384b644d1d48267d56416c3653dd922c44bbe /svx/source/unoedit | |
parent | a60ff534a936c425cbead37d51f4e001b67e846d (diff) |
INTEGRATION: CWS pchfix02 (1.28.114); FILE MERGED
2006/09/01 17:47:42 kaib 1.28.114.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/unoedit')
-rw-r--r-- | svx/source/unoedit/unoforou.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/unoedit/unoforou.cxx b/svx/source/unoedit/unoforou.cxx index e971768a0ca4..bf746804b2b6 100644 --- a/svx/source/unoedit/unoforou.cxx +++ b/svx/source/unoedit/unoforou.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoforou.cxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.29 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:02:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:17:50 $ * * 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" + #include <algorithm> #ifndef _SFXSTYLE_HXX |