summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl6
-rw-r--r--offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl6
-rw-r--r--offapi/com/sun/star/configuration/backend/MalformedDataException.idl6
-rw-r--r--offapi/com/sun/star/configuration/backend/MergeImporter.idl6
-rw-r--r--offapi/com/sun/star/configuration/backend/NodeAttribute.idl6
-rw-r--r--offapi/com/sun/star/configuration/backend/OfflineBackend.idl6
6 files changed, 18 insertions, 18 deletions
diff --git a/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl b/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
index 405237a9e..e86606c38 100644
--- a/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
+++ b/offapi/com/sun/star/configuration/backend/LocalHierarchyBrowser.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LocalHierarchyBrowser.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 18:17:25 $
+ * last change: $Author: obo $ $Date: 2004-09-09 15:56:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,7 @@ module com { module sun { module star { module configuration { module backend {
@see com::sun::star::configuration::backend::LocalSingleBackend
- @since #107959#
+ @since OOo 1.1.2
*/
published service LocalHierarchyBrowser
{
diff --git a/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl b/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl
index 04177d0d7..f35664aeb 100644
--- a/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl
+++ b/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LocalSingleBackend.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 18:17:39 $
+ * last change: $Author: obo $ $Date: 2004-09-09 15:56:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,7 @@ module com { module sun { module star { module configuration { module backend {
implements <type>SingleBackend</type> that stores data in the
local filesystem using the OOR XML formats.
- @since #107954#
+ @since OOo 1.1.2
*/
published service LocalSingleBackend
{
diff --git a/offapi/com/sun/star/configuration/backend/MalformedDataException.idl b/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
index 0acab8901..a46b6f6f0 100644
--- a/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
+++ b/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MalformedDataException.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 18:17:54 $
+ * last change: $Author: obo $ $Date: 2004-09-09 15:56:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,7 @@ module com { module sun { module star { module configuration { module backend {
/** is raised when the data of a component schema, layer or update
is not well-formed, violates the schema or is otherwise invalid.
- @since #107958#
+ @since OOo 1.1.2
*/
published exception MalformedDataException: ::com::sun::star::uno::Exception
{
diff --git a/offapi/com/sun/star/configuration/backend/MergeImporter.idl b/offapi/com/sun/star/configuration/backend/MergeImporter.idl
index a009dc3a9..523758d2e 100644
--- a/offapi/com/sun/star/configuration/backend/MergeImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/MergeImporter.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MergeImporter.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 18:18:15 $
+ * last change: $Author: obo $ $Date: 2004-09-09 15:56:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,7 @@ module com { module sun { module star { module configuration { module backend {
are supported.
</p>
- @since #107959#
+ @since OOo 1.1.2
*/
published service MergeImporter
{
diff --git a/offapi/com/sun/star/configuration/backend/NodeAttribute.idl b/offapi/com/sun/star/configuration/backend/NodeAttribute.idl
index 54cce6d45..f0389b31c 100644
--- a/offapi/com/sun/star/configuration/backend/NodeAttribute.idl
+++ b/offapi/com/sun/star/configuration/backend/NodeAttribute.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NodeAttribute.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 18:18:43 $
+ * last change: $Author: obo $ $Date: 2004-09-09 15:57:03 $
*
* 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 configuration { module backend {
During merging the values may be combined with static attributes
from the schema.
- @since #107956#
+ @since OOo 1.1.2
*/
published constants NodeAttribute
{
diff --git a/offapi/com/sun/star/configuration/backend/OfflineBackend.idl b/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
index 141145d79..e2ae03536 100644
--- a/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
+++ b/offapi/com/sun/star/configuration/backend/OfflineBackend.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: OfflineBackend.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-06-03 18:19:07 $
+ * last change: $Author: obo $ $Date: 2004-09-09 15:57:16 $
*
* 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 configuration { module backend {
@see com::sun::star::configuration::backend::OnlineBackend
- @since #107954#
+ @since OOo 1.1.2
*/
published service OfflineBackend
{