diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:15:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:15:37 +0000 |
commit | 2f3a439234c038b3d9eb7cf950c24be26871e32a (patch) | |
tree | 5980fcd10045b58e91a0fcfe9ef9de808d3e6cd2 /svx/source/unodraw/unoshcol.cxx | |
parent | 0933f7d1abf1ad4d083404d29a9fee6186bda998 (diff) |
INTEGRATION: CWS pchfix02 (1.7.116); FILE MERGED
2006/09/01 17:47:40 kaib 1.7.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/unodraw/unoshcol.cxx')
-rw-r--r-- | svx/source/unodraw/unoshcol.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshcol.cxx b/svx/source/unodraw/unoshcol.cxx index 4dd3f231ba0e..755692360e43 100644 --- a/svx/source/unodraw/unoshcol.cxx +++ b/svx/source/unodraw/unoshcol.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoshcol.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:57:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:15:37 $ * * 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 _COM_SUN_STAR_DOCUMENT_EVENTOBJECT_HPP_ #include <com/sun/star/document/EventObject.hpp> #endif |