summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/BibliographyDataType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/BibliographyDataType.idl')
-rw-r--r--offapi/com/sun/star/text/BibliographyDataType.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/BibliographyDataType.idl b/offapi/com/sun/star/text/BibliographyDataType.idl
index 6077fb72bcda..8fced5740f9e 100644
--- a/offapi/com/sun/star/text/BibliographyDataType.idl
+++ b/offapi/com/sun/star/text/BibliographyDataType.idl
@@ -28,17 +28,14 @@
#ifndef __com_sun_star_text_BibliographyDataType_idl__
#define __com_sun_star_text_BibliographyDataType_idl__
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from idl: constants com::sun::star::text::BibliographyDataType
/** These values define the type of bibliographic data like book, journal, magazine, etc.
*/
published constants BibliographyDataType
{
- //-------------------------------------------------------------------------
// DocMerge from idl: value com::sun::star::text::BibliographyDataType::ARTICLE
/** An article from a journal or magazine.
@@ -151,7 +148,6 @@ published constants BibliographyDataType
*/
const short CUSTOM5 = 21;
};
-//=============================================================================
}; }; }; };