summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:45:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commitd11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch)
tree4333a00f2ffd957219cfa355c54cc62fc7cd670a /offapi/com/sun/star/sheet/ExternalLinkInfo.idl
parent*api: convert <const scope="foo"> (diff)
downloadcore-d11a7b5eb1b127c4f60367ecaeb64868313002d6.tar.gz
core-d11a7b5eb1b127c4f60367ecaeb64868313002d6.zip
*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/sheet/ExternalLinkInfo.idl')
-rw-r--r--offapi/com/sun/star/sheet/ExternalLinkInfo.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
index d214aed5dcb5..e2f845fafd98 100644
--- a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
+++ b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
@@ -47,7 +47,7 @@ struct ExternalLinkInfo
the URI contained in the member #Data. Note that the
quotes cover both, the document name and the sheet name.</li>
- <li>If #Type is <const>ExternalLinkType::DDE</const>,
+ <li>If #Type is ExternalLinkType::DDE,
this member shall contain a DDELinkInfo describing
service name, topic, and all known items of a DDE link.</li>
</ol></p>