summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:14:19 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commit4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch)
treebd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com/sun/star/sheet/ExternalLinkInfo.idl
parentea71a05840f53158f669182c6e93de9f8348bbe5 (diff)
*api: replace <member>Foo</member>
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
Diffstat (limited to 'offapi/com/sun/star/sheet/ExternalLinkInfo.idl')
-rw-r--r--offapi/com/sun/star/sheet/ExternalLinkInfo.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
index 6bbae6e027b7..d214aed5dcb5 100644
--- a/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
+++ b/offapi/com/sun/star/sheet/ExternalLinkInfo.idl
@@ -39,15 +39,15 @@ struct ExternalLinkInfo
<p>Modes used:
<ol>
- <li>If <member>Type</member> is <const>ExternalLinkType::EXTERNAL
+ <li>If #Type is <const>ExternalLinkType::EXTERNAL
</const>, this member shall contain a <atom>string</atom> with the
<em>URI</em> of a document. The formula that would need this
information for example would contain <code>=[1]Sheet1!A1</code> or
<code>='[1]Sheet name'!A1</code> where <em>[1]</em> does resolve to
- the URI contained in the member <member>Data</member>. Note that the
+ the URI contained in the member #Data. Note that the
quotes cover both, the document name and the sheet name.</li>
- <li>If <member>Type</member> is <const>ExternalLinkType::DDE</const>,
+ <li>If #Type is <const>ExternalLinkType::DDE</const>,
this member shall contain a DDELinkInfo describing
service name, topic, and all known items of a DDE link.</li>
</ol></p>