summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/CellRangeListSource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/CellRangeListSource.idl')
-rw-r--r--offapi/com/sun/star/table/CellRangeListSource.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/table/CellRangeListSource.idl b/offapi/com/sun/star/table/CellRangeListSource.idl
index b60380dd9f2e..301d7efea799 100644
--- a/offapi/com/sun/star/table/CellRangeListSource.idl
+++ b/offapi/com/sun/star/table/CellRangeListSource.idl
@@ -55,7 +55,7 @@ service CellRangeListSource
will throw an exception.</p>
<p>The arguments passed to the <member scope"com::sun::star::lang">XInitialization::initialize</member>
- method must be instances of <type scope="com::sun::star::beans">NamedValue</type>, where
+ method must be instances of com::sun::star::beans::NamedValue, where
the <member scope"com::sun::star::beans">NamedValue::Name</member> denotes the type of information
to initialize, and the <member scope"com::sun::star::beans">NamedValue::Value</member>
the initial value.</p>
@@ -63,7 +63,7 @@ service CellRangeListSource
<p>The following aspects of the components can be initialized:<br/>
<ul><li><b>CellRange</b><br/>
specifies the address of the cell range to bind this instance to. Must be a
- <type scope="com::sun::star::table">CellRangeAddress</type> instance.</li>
+ com::sun::star::table::CellRangeAddress instance.</li>
</ul>
</p>
*/