diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 03:07:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 03:07:25 +0000 |
commit | 0dcbe0126c41405eeacf799bfa375a77ccb84ae4 (patch) | |
tree | 241d4baea0141d0e45d4b62981e65acb2fcdbdf8 /svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | |
parent | 244ced211b89090db51c6f0fa2ce008db38c2d3c (diff) |
INTEGRATION: CWS pchfix02 (1.17.116); FILE MERGED
2006/09/01 17:46:02 kaib 1.17.116.1: #i68856# Added header markers and pch files
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeGeometry.cxx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeGeometry.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx index a8a26f5a5ff9..8764c8fbf3b6 100644 --- a/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx +++ b/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx @@ -4,9 +4,9 @@ * * $RCSfile: EnhancedCustomShapeGeometry.cxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: hr $ $Date: 2006-06-19 14:57:27 $ + * last change: $Author: obo $ $Date: 2006-09-17 04:07:25 $ * * 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" #ifndef _ENHANCEDCUSTOMSHAPEGEOMETRY_HXX #include "EnhancedCustomShapeGeometry.hxx" #endif |