summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/DatabaseComboBox.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/form/component/DatabaseComboBox.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/form/component/DatabaseComboBox.idl')
-rw-r--r--offapi/com/sun/star/form/component/DatabaseComboBox.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/component/DatabaseComboBox.idl b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
index a62c165249c7..215ddb8c660e 100644
--- a/offapi/com/sun/star/form/component/DatabaseComboBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseComboBox.idl
@@ -49,7 +49,7 @@ published service DatabaseComboBox
<p>When the user enters text into a combo box, and after this, the control
content is to be committed into the database field the control is bound to,
a decision must be made how to deal with empty strings.<br/>
- This is controlled by <member>ConvertEmptyToNull</member>.</p>
+ This is controlled by #ConvertEmptyToNull.</p>
<p>If the property is set to <TRUE/>, and an empty text is to be commited, this is
converted into <NULL/>, else it is written as empty string.</p>
@@ -58,7 +58,7 @@ published service DatabaseComboBox
/** describes the source of items in the combo box's list.
- <p>The concrete meaning of this property depends on the value of <member>ListSourceType</member></p>
+ <p>The concrete meaning of this property depends on the value of #ListSourceType</p>
*/
[property] string ListSource;