summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-03-01 18:05:34 +0000
committerKurt Zenker <kz@openoffice.org>2005-03-01 18:05:34 +0000
commit365415ca01c9745b3686c4cc3d897b7f23740f28 (patch)
treecbbfffc6214464dbde8db36ae4306ffec4363a35 /svx/source/customshapes/EnhancedCustomShapeEngine.hxx
parent98d090ab891b6c1f37c12586682f0457a3f07df1 (diff)
INTEGRATION: CWS removedrafts (1.2.630); FILE MERGED
2005/02/14 16:54:17 sj 1.2.630.1: #i42561# remove UNOIDL types from drafts
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShapeEngine.hxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShapeEngine.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShapeEngine.hxx b/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
index 504a0bcb55..6b8bcfa101 100644
--- a/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
+++ b/svx/source/customshapes/EnhancedCustomShapeEngine.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: EnhancedCustomShapeEngine.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2004-04-02 14:03:45 $
+ * last change: $Author: kz $ $Date: 2005-03-01 19:05:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,8 +101,8 @@
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
#include <com/sun/star/lang/XServiceInfo.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_DRAWING_XCUSTOMSHAPEENGINE_HPP_
-#include <drafts/com/sun/star/drawing/XCustomShapeEngine.hpp>
+#ifndef _COM_SUN_STAR_DRAWING_XCUSTOMSHAPEENGINE_HPP_
+#include <com/sun/star/drawing/XCustomShapeEngine.hpp>
#endif
// -----------------------------------------------------------------------------
@@ -129,7 +129,7 @@ class EnhancedCustomShapeEngine : public cppu::WeakImplHelper3
<
com::sun::star::lang::XInitialization,
com::sun::star::lang::XServiceInfo,
- drafts::com::sun::star::drawing::XCustomShapeEngine
+ com::sun::star::drawing::XCustomShapeEngine
>
{
REF( NMSP_LANG::XMultiServiceFactory ) mxFact;
@@ -162,7 +162,7 @@ public:
throw ( NMSP_UNO::RuntimeException );
virtual com::sun::star::drawing::PolyPolygonBezierCoords SAL_CALL getLineGeometry()
throw ( NMSP_UNO::RuntimeException );
- virtual SEQ( REF( drafts::com::sun::star::drawing::XCustomShapeHandle ) ) SAL_CALL getInteraction()
+ virtual SEQ( REF( com::sun::star::drawing::XCustomShapeHandle ) ) SAL_CALL getInteraction()
throw ( NMSP_UNO::RuntimeException );
};