summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XConnectableShape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XConnectableShape.idl')
-rw-r--r--offapi/com/sun/star/drawing/XConnectableShape.idl82
1 files changed, 41 insertions, 41 deletions
diff --git a/offapi/com/sun/star/drawing/XConnectableShape.idl b/offapi/com/sun/star/drawing/XConnectableShape.idl
index 12132d75c7fa..174924e5ff28 100644
--- a/offapi/com/sun/star/drawing/XConnectableShape.idl
+++ b/offapi/com/sun/star/drawing/XConnectableShape.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,49 +24,49 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_drawing_XConnectableShape_idl__
-#define __com_sun_star_drawing_XConnectableShape_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_awt_Point_idl__
-#include <com/sun/star/awt/Point.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+#ifndef __com_sun_star_drawing_XConnectableShape_idl__
+#define __com_sun_star_drawing_XConnectableShape_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_awt_Point_idl__
+#include <com/sun/star/awt/Point.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module drawing {
+
+//=============================================================================
+
/** @deprecated
*/
published interface XConnectableShape: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR XConnectableShape::canConnect
-
+{
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR XConnectableShape::canConnect
+
// DocMerge: empty anyway
- boolean canConnect( [in] com::sun::star::awt::Point nPos,
- [in] boolean bCreateGluePoint,
- [in] long nMaxDist );
-
- //-------------------------------------------------------------------------
- // DOCUMENTATION OMITTED FOR XConnectableShape::doConnect
-
+ boolean canConnect( [in] com::sun::star::awt::Point nPos,
+ [in] boolean bCreateGluePoint,
+ [in] long nMaxDist );
+
+ //-------------------------------------------------------------------------
+ // DOCUMENTATION OMITTED FOR XConnectableShape::doConnect
+
// DocMerge: empty anyway
- boolean doConnect( [in] com::sun::star::awt::Point nPos,
- [in] boolean bCreateGluePoint,
- [in] long nMaxDist );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ boolean doConnect( [in] com::sun::star::awt::Point nPos,
+ [in] boolean bCreateGluePoint,
+ [in] long nMaxDist );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif