summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/XShapeAligner.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/XShapeAligner.idl')
-rw-r--r--offapi/com/sun/star/drawing/XShapeAligner.idl72
1 files changed, 36 insertions, 36 deletions
diff --git a/offapi/com/sun/star/drawing/XShapeAligner.idl b/offapi/com/sun/star/drawing/XShapeAligner.idl
index a3eda14c62b8..ed7ba262e5ad 100644
--- a/offapi/com/sun/star/drawing/XShapeAligner.idl
+++ b/offapi/com/sun/star/drawing/XShapeAligner.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,28 +24,28 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_drawing_XShapeAligner_idl__
-#define __com_sun_star_drawing_XShapeAligner_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_drawing_XShapes_idl__
-#include <com/sun/star/drawing/XShapes.idl>
-#endif
-
-#ifndef __com_sun_star_drawing_Alignment_idl__
-#include <com/sun/star/drawing/Alignment.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module drawing {
-
-//=============================================================================
-
+#ifndef __com_sun_star_drawing_XShapeAligner_idl__
+#define __com_sun_star_drawing_XShapeAligner_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_XShapes_idl__
+#include <com/sun/star/drawing/XShapes.idl>
+#endif
+
+#ifndef __com_sun_star_drawing_Alignment_idl__
+#include <com/sun/star/drawing/Alignment.idl>
+#endif
+
+
+//=============================================================================
+
+ module com { module sun { module star { module drawing {
+
+//=============================================================================
+
// DocMerge from xml: interface com::sun::star::drawing::XShapeAligner
/** Objects implementing this interface can be used to align
<type>Shape</type>s.
@@ -53,20 +53,20 @@
@deprecated
*/
published interface XShapeAligner: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: method com::sun::star::drawing::XShapeAligner::alignShapes
/** aligns the specified <type>Shape</type>s.
*/
- void alignShapes( [inout] com::sun::star::drawing::XShapes aShapes,
- [in] com::sun::star::drawing::Alignment eType );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ void alignShapes( [inout] com::sun::star::drawing::XShapes aShapes,
+ [in] com::sun::star::drawing::Alignment eType );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif