summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitb2c63fd45faa54a3f62492d8937c2b7d15db0046 (patch)
tree4e4a880c28ab1820e98b179d0c991922252ee67d /offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
parentc07bfba36e7a8288c6dc40795bd28ca3594e05b5 (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl')
-rw-r--r--offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl b/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
index 2bd9a22bb..32bf9676c 100644
--- a/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
+++ b/offapi/com/sun/star/text/XEndnotesSettingsSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XEndnotesSettingsSupplier.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:27 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,7 +80,6 @@
/** makes it possible to access the <type>FootnoteSettings</type>
within the context (e.g. document).
*/
-[ uik(E2281230-33D6-11D1-AABE00A0-249D5590), ident( "XEndnotesSettingsSupplier", 1.0 ) ]
interface XEndnotesSettingsSupplier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -89,7 +88,7 @@ interface XEndnotesSettingsSupplier: com::sun::star::uno::XInterface
/** @returns
<type>EndnoteSettings</type> of the object.
*/
- [const] com::sun::star::beans::XPropertySet getEndnotesSettings();
+ com::sun::star::beans::XPropertySet getEndnotesSettings();
};
@@ -100,6 +99,9 @@ interface XEndnotesSettingsSupplier: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.3 2000/11/08 12:44:27 mi
+ moved from api
+
Revision 1.1.1.1 2000/09/18 23:36:04 hjs
initial import