summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table/TableSortField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/TableSortField.idl')
-rw-r--r--offapi/com/sun/star/table/TableSortField.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/table/TableSortField.idl b/offapi/com/sun/star/table/TableSortField.idl
index 3fb8d718b588..e3f424148ef5 100644
--- a/offapi/com/sun/star/table/TableSortField.idl
+++ b/offapi/com/sun/star/table/TableSortField.idl
@@ -72,14 +72,14 @@ published struct TableSortField
<member scope="com::sun::star::table::TableSortFieldType">AUTOMATIC</member>
the algorithm used for sorting is application specific.
Especially it may or may not use the values given by
- 'CollatorLocale' and 'CollatorAlgorithm'.</p>
+ "CollatorLocale" and "CollatorAlgorithm".</p>
*/
com::sun::star::table::TableSortFieldType FieldType;
//-------------------------------------------------------------------------
/** the locale used by the collator when comparing/sorting text.
- <p>This property will not be used when the 'FieldType' is
+ <p>This property will not be used when the "FieldType" is
<member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
</p>
@@ -90,7 +90,7 @@ published struct TableSortField
//-------------------------------------------------------------------------
/** the algorithm used by the collator when comparing/sorting text.
- <p>This property will not be used when the 'FieldType' is
+ <p>This property will not be used when the "FieldType" is
<member scope="com::sun::star::table::TableSortFieldType">NUMERIC</member>
</p>