diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-05-02 20:08:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-05-02 20:09:34 +0200 |
commit | 0ae9489290a6696765634be073a4b88f4c47940a (patch) | |
tree | d2e60c79b02b02bfd415319cb702238e73c78eb5 /offapi | |
parent | f33ba93baddca139ab900b79cfeffd69e318aa6b (diff) |
offapi: missing @since
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/text/NumberingLevel.idl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl index 53600333d111..d334e545d7ac 100644 --- a/offapi/com/sun/star/text/NumberingLevel.idl +++ b/offapi/com/sun/star/text/NumberingLevel.idl @@ -178,6 +178,8 @@ published service NumberingLevel /** contains the name of the paragraph style that should use this numbering. This is ignored for chapter numbering rules, use HeadingStyleName. + + @since LibreOffice 3.6 */ [optional, property] string ParagraphStyleName; |