diff options
Diffstat (limited to 'offapi/com/sun/star/chart/XAxisZSupplier.idl')
-rw-r--r-- | offapi/com/sun/star/chart/XAxisZSupplier.idl | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/offapi/com/sun/star/chart/XAxisZSupplier.idl b/offapi/com/sun/star/chart/XAxisZSupplier.idl index 77bafde17..cf98b7b96 100644 --- a/offapi/com/sun/star/chart/XAxisZSupplier.idl +++ b/offapi/com/sun/star/chart/XAxisZSupplier.idl @@ -2,9 +2,9 @@ * * $RCSfile: XAxisZSupplier.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2000-12-21 08:35:01 $ + * last change: $Author: jsc $ $Date: 2001-03-16 16:41:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -83,7 +83,6 @@ // DocMerge from xml: interface com::sun::star::chart::XAxisZSupplier /** gives access to the z-axis of a chart.@see XChartDocument */ -[ uik(E2281607-33D6-11D1-AABE00A0-249D5590), ident( "XAxisZSupplier", 1.0 ) ] interface XAxisZSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- @@ -94,7 +93,7 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface @see ChartTitle */ - [const] com::sun::star::drawing::XShape getZAxisTitle(); + com::sun::star::drawing::XShape getZAxisTitle(); //------------------------------------------------------------------------- @@ -104,7 +103,7 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface @see ChartGrid */ - [const] com::sun::star::beans::XPropertySet getZMainGrid(); + com::sun::star::beans::XPropertySet getZMainGrid(); //------------------------------------------------------------------------- @@ -114,7 +113,7 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface @see ChartGrid */ - [const] com::sun::star::beans::XPropertySet getZHelpGrid(); + com::sun::star::beans::XPropertySet getZHelpGrid(); //------------------------------------------------------------------------- @@ -124,7 +123,7 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface @see ChartAxis */ - [const] com::sun::star::beans::XPropertySet getZAxis(); + com::sun::star::beans::XPropertySet getZAxis(); }; @@ -135,6 +134,9 @@ interface XAxisZSupplier: com::sun::star::uno::XInterface /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.4 2000/12/21 08:35:01 mi + @see interface/service/... ident -> @see ident - for new docu generator + Revision 1.3 2000/11/08 12:42:35 mi moved from api |