summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XLineNumberingSupplier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/XLineNumberingSupplier.idl')
-rw-r--r--offapi/com/sun/star/text/XLineNumberingSupplier.idl78
1 files changed, 39 insertions, 39 deletions
diff --git a/offapi/com/sun/star/text/XLineNumberingSupplier.idl b/offapi/com/sun/star/text/XLineNumberingSupplier.idl
index e12b433a5572..d910c6f11bd9 100644
--- a/offapi/com/sun/star/text/XLineNumberingSupplier.idl
+++ b/offapi/com/sun/star/text/XLineNumberingSupplier.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,54 +24,54 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_text_XLineNumberingSupplier_idl__
-#define __com_sun_star_text_XLineNumberingSupplier_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_beans_PropertyValue_idl__
-#include <com/sun/star/beans/PropertyValue.idl>
-#endif
-
-//=============================================================================
-
- module com { module sun { module star { module text {
-
-//=============================================================================
-
+#ifndef __com_sun_star_text_XLineNumberingSupplier_idl__
+#define __com_sun_star_text_XLineNumberingSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_beans_PropertyValue_idl__
+#include <com/sun/star/beans/PropertyValue.idl>
+#endif
+
+//=============================================================================
+
+ module com { module sun { module star { module text {
+
+//=============================================================================
+
// DocMerge from xml: interface com::sun::star::text::XLineNumberingSupplier
/** contains the settings of the line numbering in a text document.
-
+
@deprecated
*/
published interface XLineNumberingSupplier: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
// DocMerge from idl: method com::sun::star::text::XLineNumberingSupplier::getLineNumberingRules
/** @return the <type>LineNumberingSettings</type> of the object.
*/
- sequence< sequence<com::sun::star::beans::PropertyValue> > getLineNumberingRules();
-
- //-------------------------------------------------------------------------
-
+ sequence< sequence<com::sun::star::beans::PropertyValue> > getLineNumberingRules();
+
+ //-------------------------------------------------------------------------
+
// DocMerge from xml: method com::sun::star::text::XLineNumberingSupplier::setLineNumberingRules
/** sets a sequence of numbering rules.
-
-
-
+
+
+
<p>The elements of the sequence are representing the chapter levels,
index 0 for the major chapter level.</p>
*/
- void setLineNumberingRules( [in] sequence< sequence<com::sun::star::beans::PropertyValue> > aRules );
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-
-#endif
+ void setLineNumberingRules( [in] sequence< sequence<com::sun::star::beans::PropertyValue> > aRules );
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+
+#endif