diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:06:32 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:06:32 +0000 |
commit | a222323855b2c339f54154ceb08a04ee7fb73b0c (patch) | |
tree | 5bebcb9210f0a9f4ae2940bbcbd011be360b869f /svx | |
parent | 6c5eff9ae87772e2c65c91963e71a9a4524686e5 (diff) |
INTEGRATION: CWS removedrafts (1.2.630); FILE MERGED
2005/02/14 16:58:07 sj 1.2.630.1: #i42561# remove UNOIDL types from drafts
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShapeHandle.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeHandle.hxx b/svx/source/customshapes/EnhancedCustomShapeHandle.hxx index 85fdbfed8b2d..5906ae8a4f28 100644 --- a/svx/source/customshapes/EnhancedCustomShapeHandle.hxx +++ b/svx/source/customshapes/EnhancedCustomShapeHandle.hxx @@ -2,9 +2,9 @@ * * $RCSfile: EnhancedCustomShapeHandle.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-04-02 14:05:01 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:06:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,8 +76,8 @@ #ifndef _COM_SUN_STAR_DRAWING_XSHAPE_HPP_ #include <com/sun/star/drawing/XShape.hpp> #endif -#ifndef _DRAFTS_COM_SUN_STAR_DRAWING_XCUSTOMSHAPEHANDLE_HPP_ -#include <drafts/com/sun/star/drawing/XCustomShapeHandle.hpp> +#ifndef _COM_SUN_STAR_DRAWING_XCUSTOMSHAPEHANDLE_HPP_ +#include <com/sun/star/drawing/XCustomShapeHandle.hpp> #endif #ifndef _COM_SUN_STAR_AWT_POINT_HPP_ #include <com/sun/star/awt/Point.hpp> @@ -88,7 +88,7 @@ class EnhancedCustomShapeHandle : public cppu::WeakImplHelper2 < - drafts::com::sun::star::drawing::XCustomShapeHandle, + com::sun::star::drawing::XCustomShapeHandle, com::sun::star::lang::XInitialization > { |