diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-27 23:45:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:02 +0200 |
commit | d11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch) | |
tree | 4333a00f2ffd957219cfa355c54cc62fc7cd670a /offapi/com/sun/star/table | |
parent | 4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (diff) |
*api: convert <const>
This one is apparently often abused to link to a constant group, while
it can only link to constants within a group.
sed -i "s,<const>\([^<]\+\)</const>,\1,g"
Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r-- | offapi/com/sun/star/table/CellProperties.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/table/CellProperties.idl b/offapi/com/sun/star/table/CellProperties.idl index ce79775d028d..7e579354f5ad 100644 --- a/offapi/com/sun/star/table/CellProperties.idl +++ b/offapi/com/sun/star/table/CellProperties.idl @@ -119,7 +119,7 @@ published service CellProperties /** selects Asian character orientation in vertical orientation. <p>If the CellProperties::Orientation property is - <const>CellOrientation::STACKED</const>, in Asian mode only Asian + CellOrientation::STACKED, in Asian mode only Asian characters are printed in horizontal orientation instead of all characters. For other values of CellProperties::Orientation, |