summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration/GroupAccess.idl
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:23:21 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:23:21 +0200
commit5847d2ab92aa35223e03e1adab486d7c73e2349c (patch)
tree66781e290f2adf8d25ca68681b1e95b93435ac81 /offapi/com/sun/star/configuration/GroupAccess.idl
parentb8867927e2fee37ed60b1b8773bcc0dc7e2b91cd (diff)
recreated tag libreoffice-3.3.3.1 which had these commits:
commit dc53bbdbf2e1d0cbb53bb4619188955698f8a5c2 (tag: refs/tags/libreoffice-3.3.3.1) Author: Petr Mladek <pmladek@suse.cz> Date: Tue May 31 17:39:09 2011 +0200 Version 3.3.3.1, tag libreoffice-3.3.3.1 (3.3.3-rc1) commit e4601251b90e2555b032eadbdaa56dcfb91b5aae Author: Noel Power <noel.power@novell.com> Date: Wed Apr 13 18:52:58 2011 +0100 fix for fdo#35108 allow dot net clients to bootstrap libreoffice Signed-off-by: Petr Mladek <pmladek@suse.cz> cli_ure/source/native/native_bootstrap.cxx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 1818bf1dbc330974c749ca17b4d7b79796587fae Author: Jani Monoses <jani.monoses@canonical.com> Date: Mon Mar 14 19:10:04 2011 +0100 prefer gcc __sync functions over pthread Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> sal/osl/unx/interlck.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-)
Notes
split repo tag: ure_libreoffice-3.3.3.1 split repo tag: ure_libreoffice-3.3.4.1
Diffstat (limited to 'offapi/com/sun/star/configuration/GroupAccess.idl')
-rw-r--r--offapi/com/sun/star/configuration/GroupAccess.idl22
1 files changed, 11 insertions, 11 deletions
diff --git a/offapi/com/sun/star/configuration/GroupAccess.idl b/offapi/com/sun/star/configuration/GroupAccess.idl
index 46c0312eb617..7b2672d86c52 100644
--- a/offapi/com/sun/star/configuration/GroupAccess.idl
+++ b/offapi/com/sun/star/configuration/GroupAccess.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,12 +45,12 @@
//=============================================================================
-module com { module sun { module star { module configuration {
+module com { module sun { module star { module configuration {
//=============================================================================
/** provides access to a predefined heterogeneous group of values and nested
trees as part of a hierarchy.
-
+
<p>Provides access to, and information about, its children and descendants
viewed either as properties or as contained elements.
</p>
@@ -90,7 +90,7 @@ published service GroupAccess
</p>
<p>If such elements occur as properties or subproperties of an implementation,
- it is not specified whether direct subproperty access using
+ it is not specified whether direct subproperty access using
<type scope="com::sun::star::beans">XHierarchicalPropertySet</type> or
<type scope="com::sun::star::beans">XMultiHierarchicalPropertySet</type> can
be used to access descendants of such elements.
@@ -110,25 +110,25 @@ published service GroupAccess
service PropertyHierarchy;
/** provides access to the state of child elements of an implementation. [optional]
-
- <p>This interface should be present, if the hierarchy supports default values
+
+ <p>This interface should be present, if the hierarchy supports default values
for simple (non-object) properties and the group contains such properties.
</p>
- <p>For properties that are objects themselves, the semantic documented for
+ <p>For properties that are objects themselves, the semantic documented for
service <type>HierarchyAccess</type> applies.
</p>
*/
[optional] interface com::sun::star::beans::XPropertyState;
-/** provides access to the states of multiple child elements of
+/** provides access to the states of multiple child elements of
an implementation. [optional]
- <p>This interface should be present, if the hierarchy supports default values
+ <p>This interface should be present, if the hierarchy supports default values
for simple (non-object) properties and the group contains such properties.
</p>
- <p>For properties that are objects themselves, the semantic documented for
+ <p>For properties that are objects themselves, the semantic documented for
service <type>HierarchyAccess</type> applies.
</p>
*/
@@ -137,7 +137,7 @@ published service GroupAccess
//=============================================================================
-}; }; }; };
+}; }; }; };
#endif