summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/text/BibliographyDataType.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2001-11-02 10:57:33 +0000
committerMichael Hönnig <mi@openoffice.org>2001-11-02 10:57:33 +0000
commit8062cab56aff97620d938722d3be0156bbdae988 (patch)
treea32b6042179c8a1339d626e8e11f0c55ff1dba00 /offapi/com/sun/star/text/BibliographyDataType.idl
parent#94215# asynchronous queue is not made public anymore (diff)
downloadcore-8062cab56aff97620d938722d3be0156bbdae988.tar.gz
core-8062cab56aff97620d938722d3be0156bbdae988.zip
proofreading and corrections from Richard Holt
Diffstat (limited to 'offapi/com/sun/star/text/BibliographyDataType.idl')
-rw-r--r--offapi/com/sun/star/text/BibliographyDataType.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/BibliographyDataType.idl b/offapi/com/sun/star/text/BibliographyDataType.idl
index 5dbfde90baed..45027ba043d1 100644
--- a/offapi/com/sun/star/text/BibliographyDataType.idl
+++ b/offapi/com/sun/star/text/BibliographyDataType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BibliographyDataType.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: mi $ $Date: 2001-11-02 11:57:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,7 @@
//=============================================================================
// DocMerge from idl: constants com::sun::star::text::BibliographyDataType
-/** These values define the type of bibliographic data like book, journal ...
+/** These values define the type of bibliographic data like book, journal, magazine, etc.
*/
constants BibliographyDataType
{
@@ -89,8 +89,8 @@ constants BibliographyDataType
const short BOOKLET = 2;
// DocMerge from idl: value com::sun::star::text::BibliographyDataType::CONFERENCE
- /** An article in the proceedings of a conference. This entry is identical to the 'inproceedings' entry and is included for
- compatibility with BiBTex.
+ /** An article in the proceedings of a conference. This entry is identical to the 'inproceedings'
+ entry and is included for compatibility with BiBTex.
*/
const short CONFERENCE = 3;
@@ -191,6 +191,9 @@ constants BibliographyDataType
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:26 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:35:59 hjs
initial import