summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/Bibliography.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/Bibliography.idl')
-rw-r--r--offapi/com/sun/star/text/Bibliography.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/text/Bibliography.idl b/offapi/com/sun/star/text/Bibliography.idl
index 34ccf78c0f3f..b4281e1f0eab 100644
--- a/offapi/com/sun/star/text/Bibliography.idl
+++ b/offapi/com/sun/star/text/Bibliography.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/text/BaseIndex.idl>
-//=============================================================================
module com { module sun { module star { module text {
-//=============================================================================
// DocMerge from xml: service com::sun::star::text::Bibliography
/** specifies service of bibliography within a text document.@see com::sun::star::text::BaseIndex
@@ -36,17 +34,14 @@ published service Bibliography
{
// DocMerge: empty anyway
service com::sun::star::text::BaseIndex;
- //------------------------------------------------------------------------
/** contains the locale of the index.
*/
[property] com::sun::star::lang::Locale Locale;
- //------------------------------------------------------------------------
/** contains the name of the sort algorithm that is used to sort the entries.
*/
[property] string SortAlgorithm;
};
-//=============================================================================
}; }; }; };