summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XMergeable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XMergeable.idl')
-rw-r--r--offapi/com/sun/star/util/XMergeable.idl60
1 files changed, 30 insertions, 30 deletions
diff --git a/offapi/com/sun/star/util/XMergeable.idl b/offapi/com/sun/star/util/XMergeable.idl
index ba2ac3bc90ea..55612d39adeb 100644
--- a/offapi/com/sun/star/util/XMergeable.idl
+++ b/offapi/com/sun/star/util/XMergeable.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,40 +24,40 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_util_XMergeable_idl__
-#define __com_sun_star_util_XMergeable_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-
-//=============================================================================
-
-module com { module sun { module star { module util {
-
-//=============================================================================
-
+#ifndef __com_sun_star_util_XMergeable_idl__
+#define __com_sun_star_util_XMergeable_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+
+//=============================================================================
+
+module com { module sun { module star { module util {
+
+//=============================================================================
+
/** represents a range of cells that can be merged.
*/
published interface XMergeable: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
+{
+ //-------------------------------------------------------------------------
/** merges/unmerges the area specified by this object.
*/
- void merge( [in] boolean bMerge );
-
- //-------------------------------------------------------------------------
+ void merge( [in] boolean bMerge );
+
+ //-------------------------------------------------------------------------
/** @returns
- <TRUE/> if the area specified by this object is merged,
+ <TRUE/> if the area specified by this object is merged,
or <FALSE/> otherwise.
*/
- boolean getIsMerged();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ boolean getIsMerged();
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif