Kaydet (Commit) 1a8e3318 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Tomaž Vajngerl

make it readable by adding/removing whitespace, no change

Change-Id: Ice60d52c65f2e9071bb37f14a30f2eacbb9a159a
Reviewed-on: https://gerrit.libreoffice.org/49891Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 0add6dba
...@@ -22,10 +22,7 @@ ...@@ -22,10 +22,7 @@
#include <com/sun/star/container/XIndexReplace.idl> #include <com/sun/star/container/XIndexReplace.idl>
#include <com/sun/star/beans/XPropertySet.idl> #include <com/sun/star/beans/XPropertySet.idl>
module com { module sun { module star { module text {
module com { module sun { module star { module text {
/** provides access to the numbering rules. /** provides access to the numbering rules.
<p> Numbering rules may be set at a Paragraph object. The numbering rules are <p> Numbering rules may be set at a Paragraph object. The numbering rules are
...@@ -65,17 +62,17 @@ published service NumberingRules ...@@ -65,17 +62,17 @@ published service NumberingRules
*/ */
[optional, readonly, property] string Name; [optional, readonly, property] string Name;
/** This numbering is used in the outline of the document (e.g. headings). /** This numbering is used in the outline of the document (e.g. headings).
*/ */
[optional, property] boolean NumberingIsOutline; [optional, property] boolean NumberingIsOutline;
/** the type of numbering (Arabic, characters, roman numbers, etc.). /** the type of numbering (Arabic, characters, roman numbers, etc.).
*/ */
[optional, property] short NumberingType; [optional, property] short NumberingType;
/** id of default list for the numbering rules instance /** id of default list for the numbering rules instance
*/ */
[optional, readonly, property] string DefaultListId; [optional, readonly, property] string DefaultListId;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment