summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartAxisAssign.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartAxisAssign.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartAxisAssign.idl17
1 files changed, 10 insertions, 7 deletions
diff --git a/offapi/com/sun/star/chart/ChartAxisAssign.idl b/offapi/com/sun/star/chart/ChartAxisAssign.idl
index 668be11d237c..f059ddd67657 100644
--- a/offapi/com/sun/star/chart/ChartAxisAssign.idl
+++ b/offapi/com/sun/star/chart/ChartAxisAssign.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ChartAxisAssign.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2001-10-24 14:54:57 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:02:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,22 +68,19 @@
//=============================================================================
-// DocMerge from idl: constants com::sun::star::chart::ChartAxisAssign
/** These values specify to which y-axis a data row is assigned.
*/
constants ChartAxisAssign
{
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::chart::ChartAxisAssign::PRIMARY_Y
- /** Assign row to primary y axis
+ /** Assign row to primary <i>y</i>-axis
*/
const long PRIMARY_Y = 2;
//-------------------------------------------------------------------------
- // DocMerge from idl: value com::sun::star::chart::ChartAxisAssign::SECONDARY_Y
- /** Assign row to secondary y axis
+ /** Assign row to secondary <i>y</i>-axis
*/
const long SECONDARY_Y = 4;
@@ -96,6 +93,12 @@ constants ChartAxisAssign
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4.2.1 2002/01/28 17:02:24 bm
+ #96984# IDL Review
+
+ Revision 1.4 2001/10/24 14:54:57 mi
+ proofreading and corrections by Richard Holt
+
Revision 1.3 2000/11/08 12:42:35 mi
moved from api