summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-03 17:01:35 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-03 17:01:35 +0000
commit93b3817816c3ed26b3c6e47872ab2ae640e21aad (patch)
treedff566ef20063e0ed787424a4c8cd173acca7994 /offapi/com/sun/star/chart
parent21812ea6b81bd0e9413a9b856c9e8d43ba08f44e (diff)
INTEGRATION: CWS sb18 (1.7.328); FILE MERGED
2004/05/21 14:56:46 sb 1.7.328.1: #i21150# Added published flag.
Diffstat (limited to 'offapi/com/sun/star/chart')
-rw-r--r--offapi/com/sun/star/chart/DonutDiagram.idl6
-rw-r--r--offapi/com/sun/star/chart/NetDiagram.idl6
-rw-r--r--offapi/com/sun/star/chart/PieDiagram.idl6
3 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/chart/DonutDiagram.idl b/offapi/com/sun/star/chart/DonutDiagram.idl
index 8bf05ff17157..3fab4e5cd5e9 100644
--- a/offapi/com/sun/star/chart/DonutDiagram.idl
+++ b/offapi/com/sun/star/chart/DonutDiagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DonutDiagram.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:53:23 $
+ * last change: $Author: obo $ $Date: 2004-06-03 18:00:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,7 @@
<p>Donut diagrams are also known as ring diagrams.</p>
*/
-service DonutDiagram
+published service DonutDiagram
{
service com::sun::star::chart::Diagram;
};
diff --git a/offapi/com/sun/star/chart/NetDiagram.idl b/offapi/com/sun/star/chart/NetDiagram.idl
index f8e6ec8e7161..b5767cd599ca 100644
--- a/offapi/com/sun/star/chart/NetDiagram.idl
+++ b/offapi/com/sun/star/chart/NetDiagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NetDiagram.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:53:24 $
+ * last change: $Author: obo $ $Date: 2004-06-03 18:01:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@
<p>Net diagrams are also known as radar diagrams.</p>
*/
-service NetDiagram
+published service NetDiagram
{
service com::sun::star::chart::Diagram;
service com::sun::star::chart::StackableDiagram;
diff --git a/offapi/com/sun/star/chart/PieDiagram.idl b/offapi/com/sun/star/chart/PieDiagram.idl
index 8129d2b653c9..ecbcbe4d7447 100644
--- a/offapi/com/sun/star/chart/PieDiagram.idl
+++ b/offapi/com/sun/star/chart/PieDiagram.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: PieDiagram.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:53:24 $
+ * last change: $Author: obo $ $Date: 2004-06-03 18:01:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,7 @@
/** a service for pie diagrams.
*/
-service PieDiagram
+published service PieDiagram
{
service com::sun::star::chart::Diagram;
service com::sun::star::chart::Dim3DDiagram;