summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XRedline.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XRedline.idl')
-rw-r--r--offapi/com/sun/star/text/XRedline.idl54
1 files changed, 27 insertions, 27 deletions
diff --git a/offapi/com/sun/star/text/XRedline.idl b/offapi/com/sun/star/text/XRedline.idl
index e11607871f21..8bd9aff0c066 100644
--- a/offapi/com/sun/star/text/XRedline.idl
+++ b/offapi/com/sun/star/text/XRedline.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,29 +24,29 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_text_XRedline_idl__
-#define __com_sun_star_text_XRedline_idl__
-
+#ifndef __com_sun_star_text_XRedline_idl__
+#define __com_sun_star_text_XRedline_idl__
+
#ifndef __com_sun_star_beans_PropertyValues_idl__
#include <com/sun/star/beans/PropertyValues.idl>
#endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif
-
-//=============================================================================
-
- module com { module sun { module star { module text {
-
-//=============================================================================
-
+#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
+#include <com/sun/star/lang/IllegalArgumentException.idl>
+#endif
+
+//=============================================================================
+
+ module com { module sun { module star { module text {
+
+//=============================================================================
+
/** enables creation of redlines (change tracking).
*/
published interface XRedline
-{
- //-------------------------------------------------------------------------
-
- /**
+{
+ //-------------------------------------------------------------------------
+
+ /**
@param RedlineType
<p> Valid type names are:</p>
<UL>
@@ -62,12 +62,12 @@ published interface XRedline
[readonly, property] com::sun::star::util::DateTime RedlineDateTime;
[readonly, property] string RedlineComment;
*/
- void makeRedline( [in]string RedlineType, [in] com::sun::star::beans::PropertyValues RedlineProperties)
- raises( com::sun::star::lang::IllegalArgumentException );
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ void makeRedline( [in]string RedlineType, [in] com::sun::star::beans::PropertyValues RedlineProperties)
+ raises( com::sun::star::lang::IllegalArgumentException );
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif