diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-06-03 21:34:48 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-06-03 21:34:48 +0000 |
commit | db92f31fbbc7950d12080d04289b102878e62e22 (patch) | |
tree | 40d9da5cde6b44f427e4173c10aba109b3027d5b | |
parent | 00a89c87fb6847de02e1604566f4fd1c94b6bc1e (diff) |
INTEGRATION: CWS sb18 (1.4.406); FILE MERGED
2004/05/21 15:02:43 sb 1.4.406.1: #i21150# Added published flag.
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotSource.idl | 8 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl | 6 | ||||
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotSource.idl b/offapi/com/sun/star/sheet/DataPilotSource.idl index e0e163066..ad7ae0327 100644 --- a/offapi/com/sun/star/sheet/DataPilotSource.idl +++ b/offapi/com/sun/star/sheet/DataPilotSource.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataPilotSource.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:46 $ + * last change: $Author: obo $ $Date: 2004-06-03 22:34:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -89,7 +89,7 @@ module com { module sun { module star { module sheet { <p>A component that implements this service can be used as data source for a data pilot table in a spreadsheet document.</p> */ -service DataPilotSource +published service DataPilotSource { //------------------------------------------------------------------------- @@ -113,7 +113,7 @@ service DataPilotSource //------------------------------------------------------------------------- -//! service PropertySet +//!published service PropertySet /** provides access to the properties. */ interface com::sun::star::beans::XPropertySet; diff --git a/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl b/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl index 104a52efe..9065ad85a 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceDimensions.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataPilotSourceDimensions.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:46 $ + * last change: $Author: obo $ $Date: 2004-06-03 22:34:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -76,7 +76,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSource */ -service DataPilotSourceDimensions +published service DataPilotSourceDimensions { //------------------------------------------------------------------------- diff --git a/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl b/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl index c41e1adc8..b78b66f98 100644 --- a/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl +++ b/offapi/com/sun/star/sheet/DataPilotSourceHierarchies.idl @@ -2,9 +2,9 @@ * * $RCSfile: DataPilotSourceHierarchies.idl,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mi $ $Date: 2002-10-03 13:07:46 $ + * last change: $Author: obo $ $Date: 2004-06-03 22:34:48 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -78,7 +78,7 @@ module com { module sun { module star { module sheet { @see com::sun::star::sheet::DataPilotSourceDimension @see com::sun::star::sheet::DataPilotSource */ -service DataPilotSourceHierarchies +published service DataPilotSourceHierarchies { //------------------------------------------------------------------------- |