diff options
author | Björn Milcke <bm@openoffice.org> | 2001-05-17 14:12:55 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-05-17 14:12:55 +0000 |
commit | 09413ba22a6de8dd9a939a0a7b88096d8e65add4 (patch) | |
tree | 56c67157fb011fa9dcb25f0bc78221ffb832f342 /offapi | |
parent | fab9e1c2466af247e225b30e7875ad5b56343365 (diff) |
#87095# FORMAT is deprecated
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/chart/ChartDataCaption.idl | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataCaption.idl b/offapi/com/sun/star/chart/ChartDataCaption.idl index e33dba1e1586..1e67cdcf3d7d 100644 --- a/offapi/com/sun/star/chart/ChartDataCaption.idl +++ b/offapi/com/sun/star/chart/ChartDataCaption.idl @@ -2,9 +2,9 @@ * * $RCSfile: ChartDataCaption.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:42:35 $ + * last change: $Author: bm $ $Date: 2001-05-17 15:12:55 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -105,6 +105,8 @@ constants ChartDataCaption // DocMerge from idl: value com::sun::star::chart::ChartDataCaption::FORMAT /** The number formatter is used for displaying the value. + + @deprecated */ const long FORMAT = 8; @@ -124,6 +126,9 @@ constants ChartDataCaption /*============================================================================= $Log: not supported by cvs2svn $ + Revision 1.3 2000/11/08 12:42:35 mi + moved from api + Revision 1.1.1.1 2000/09/18 23:35:01 hjs initial import |