diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:14:53 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:14:53 +0000 |
commit | 466c237a9c3afcaafa89f72873e78ceada3c99df (patch) | |
tree | fea69f48f8720241208fd0d00631434ec88f436a | |
parent | c8a040791b39f7649d933383ae946e8d2275b014 (diff) |
INTEGRATION: CWS pchfix02 (1.25.114); FILE MERGED
2006/09/01 17:47:40 kaib 1.25.114.1: #i68856# Added header markers and pch files
-rw-r--r-- | svx/source/unodraw/unoshap3.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/unodraw/unoshap3.cxx b/svx/source/unodraw/unoshap3.cxx index 835bd7df321c..4a7cfb6cc38f 100644 --- a/svx/source/unodraw/unoshap3.cxx +++ b/svx/source/unodraw/unoshap3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: unoshap3.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2006-06-19 16:56:43 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:14:53 $ * * 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" + #define _SVX_USE_UNOGLOBALS_ #ifndef _COM_SUN_STAR_DRAWING_HOMOGENMATRIX_HPP_ |