diff options
author | Andras Timar <atimar@suse.com> | 2012-07-03 11:27:20 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2012-09-28 11:53:50 +0200 |
commit | 869a7c409a977775c1a40f141943eb7d36a037d3 (patch) | |
tree | 1ce0e81cfc32e13087d308872c4872ee39c6cd05 /offapi | |
parent | cda84f0a8f8b496a301008af7e5734f010928032 (diff) |
move comment to correct place in BorderLine2.idl
Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
Conflicts:
offapi/com/sun/star/table/BorderLine2.idl
Change-Id: I4618f91b0a000c6bece39936a97a5e3ce13b0925
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/table/BorderLine2.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/table/BorderLine2.idl b/offapi/com/sun/star/table/BorderLine2.idl index 72d51da9b035..a3e3692ebe4f 100644 --- a/offapi/com/sun/star/table/BorderLine2.idl +++ b/offapi/com/sun/star/table/BorderLine2.idl @@ -43,7 +43,7 @@ module com { module sun { module star { module table { @since LibreOffice 3.4 */ -published struct BorderLine2 : BorderLine +struct BorderLine2 : BorderLine { /** Style of the border. @see BorderLineStyle */ |