summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/fieldmaster/Bibliography.idl')
-rw-r--r--offapi/com/sun/star/text/fieldmaster/Bibliography.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/offapi/com/sun/star/text/fieldmaster/Bibliography.idl b/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
index 844b01785500..5c2147a2f095 100644
--- a/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
+++ b/offapi/com/sun/star/text/fieldmaster/Bibliography.idl
@@ -45,37 +45,37 @@ published service Bibliography
service com::sun::star::text::TextFieldMaster;
//------------------------------------------------------------------------
- /** determins whether the bibiliography text fields are numbered. If <FALSE/> the
+ /** determines whether the bibliography text fields are numbered. If <FALSE/> the
short name of the bibliography entry is displayed instead.
*/
[property] boolean IsNumberEntries;
//------------------------------------------------------------------------
- /** determins whether the bibliography entries in a bibliography index are sorted
- by the document position. If <FALSE/> the SortKey property determins the
+ /** determines whether the bibliography entries in a bibliography index are sorted
+ by the document position. If <FALSE/> the SortKey property determines the
sorting of the entries.
*/
[property] boolean IsSortByPosition;
//------------------------------------------------------------------------
- /** determins the opening bracket used to display the bibliography text fields.
+ /** determines the opening bracket used to display the bibliography text fields.
*/
[property] string BracketBefore;
//------------------------------------------------------------------------
- /** determins the closing bracket used to display the bibliography text fields.
+ /** determines the closing bracket used to display the bibliography text fields.
*/
[property] string BracketAfter;
//------------------------------------------------------------------------
- /** determins the sorting of the bibliography entries in a bibliography index.
+ /** determines the sorting of the bibliography entries in a bibliography index.
This property is used if the property IsSortByPosition is not set.
Each contained element of the sequence is a sequence of the following
two properties:
<UL>
<LI><P>[property] short SortKey;</P>
<UL>
- <LI><P>Determins the bibliography field that is used to sort by.</P>
+ <LI><P>Determines the bibliography field that is used to sort by.</P>
</UL>
<LI><P>[property] boolean IsSortAscending;</P>
<UL>
- <LI><P>Determins wheter the sorting is ascending or descending.
+ <LI><P>Determines whether the sorting is ascending or descending.
It uses the type <type scope="com::sun::star::text">BibliographyDataField</type></P>
</UL>
</UL>