diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-02 11:26:52 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-02 11:26:52 +0200 |
commit | 2af8619ac052f54b258865edb6937c6fe820da5d (patch) | |
tree | a9141a45c24a5d637c87ff429e1f973ff9b37aa6 /offapi/com | |
parent | f1b510f2dd55e8e0b1b6be0e9a0d6e215e123498 (diff) |
BorderLine2.idl: add missing since tag
Change-Id: I0c3763289d6ad55acbeb93940a82c88650e33a28
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/table/BorderLine2.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/table/BorderLine2.idl b/offapi/com/sun/star/table/BorderLine2.idl index a54d3d346be5..72d51da9b035 100644 --- a/offapi/com/sun/star/table/BorderLine2.idl +++ b/offapi/com/sun/star/table/BorderLine2.idl @@ -39,6 +39,10 @@ module com { module sun { module star { module table { //============================================================================= +/** A border line, extended with line style. + + @since LibreOffice 3.4 + */ published struct BorderLine2 : BorderLine { /** Style of the border. @see BorderLineStyle |