summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/DDELinks.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/DDELinks.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/DDELinks.idl')
-rw-r--r--offapi/com/sun/star/sheet/DDELinks.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/DDELinks.idl b/offapi/com/sun/star/sheet/DDELinks.idl
index 271fb2b0ff40..02cb47e908d1 100644
--- a/offapi/com/sun/star/sheet/DDELinks.idl
+++ b/offapi/com/sun/star/sheet/DDELinks.idl
@@ -39,7 +39,7 @@ published service DDELinks
/** provides access to the DDE links via the DDE link string.
- <p>A DDE link has the form <const>Application|Topic!Item</const>.</p>
+ <p>A DDE link has the form Application|Topic!Item.</p>
*/
interface com::sun::star::container::XNameAccess;