summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/configuration
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/configuration')
-rw-r--r--offapi/com/sun/star/configuration/backend/BackendSetupException.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/DataImporter.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/LocalDataImporter.idl4
-rw-r--r--offapi/com/sun/star/configuration/backend/MalformedDataException.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl2
-rw-r--r--offapi/com/sun/star/configuration/backend/XLayerHandler.idl14
-rw-r--r--offapi/com/sun/star/configuration/backend/XSchemaHandler.idl4
-rw-r--r--offapi/com/sun/star/configuration/backend/XUpdateHandler.idl12
8 files changed, 21 insertions, 21 deletions
diff --git a/offapi/com/sun/star/configuration/backend/BackendSetupException.idl b/offapi/com/sun/star/configuration/backend/BackendSetupException.idl
index 0253ef5c389d..50ff7470620b 100644
--- a/offapi/com/sun/star/configuration/backend/BackendSetupException.idl
+++ b/offapi/com/sun/star/configuration/backend/BackendSetupException.idl
@@ -35,7 +35,7 @@ module backend {
published exception BackendSetupException : ::com::sun::star::configuration::CannotLoadConfigurationException {
/** The exception that is raised by the underlying backend implementation.
- <p>May be a numeric error code, a message `string` or <void/>,
+ <p>May be a numeric error code, a message `string` or `VOID`,
if the original exception is not represented as a
com::sun::star::uno::Exception.
</p>
diff --git a/offapi/com/sun/star/configuration/backend/DataImporter.idl b/offapi/com/sun/star/configuration/backend/DataImporter.idl
index 42c61e98f9f5..0250a49e3ecd 100644
--- a/offapi/com/sun/star/configuration/backend/DataImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/DataImporter.idl
@@ -47,7 +47,7 @@ published service DataImporter
that indicates the status of job execution. The type and meaning of
such status indicators depend on the implementation.
</p>
- <p>If <void/> or <TRUE/> is returned, this indicates successful
+ <p>If `VOID` or <TRUE/> is returned, this indicates successful
execution. If an
com::sun::star::uno::Exception is returned,
it represents an error condition encountered during execution.
diff --git a/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl b/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
index 8d9bf296193b..be3af71ea7fb 100644
--- a/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
+++ b/offapi/com/sun/star/configuration/backend/LocalDataImporter.idl
@@ -48,14 +48,14 @@ published service LocalDataImporter
/** provides for running an import job
- <p> The implementation returns <void/> from
+ <p> The implementation returns `VOID` from
com::sun::star::task::XJob::execute()
to indicates successful execution. If import is not executed,
because <code>OverwriteExisting = </code><TRUE/> was specified,
a com::sun::star::lang::IllegalAccessException
is returned.
</p>
- <p>If <void/> or <TRUE/> is returned, this indicates successful
+ <p>If `VOID` or <TRUE/> is returned, this indicates successful
execution. If an
com::sun::star::uno::Exception is returned,
it represents an error condition encountered during execution.
diff --git a/offapi/com/sun/star/configuration/backend/MalformedDataException.idl b/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
index 2bf895353e82..b4174d3c31b7 100644
--- a/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
+++ b/offapi/com/sun/star/configuration/backend/MalformedDataException.idl
@@ -66,7 +66,7 @@ published exception MalformedDataException: ::com::sun::star::uno::Exception
<dd>for features that are not supported by the current implementation.</dd>
</dl>
</p>
- <p> If no more detail information is available, this may be left <void/>.
+ <p> If no more detail information is available, this may be left `VOID`.
</p>
*/
any ErrorDetails;
diff --git a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
index 4f253995e9d0..fad277e77fb1 100644
--- a/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
+++ b/offapi/com/sun/star/configuration/backend/MergeRecoveryRequest.idl
@@ -48,7 +48,7 @@ exception MergeRecoveryRequest: ::com::sun::star::uno::Exception
<dd>for layers that can't be accessed.</dd>
</dl>
</p>
- <p> If no more detail information is available, this may be left <void/>.
+ <p> If no more detail information is available, this may be left `VOID`.
</p>
*/
any ErrorDetails;
diff --git a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
index 8212f2e7132d..50d02ed27184 100644
--- a/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XLayerHandler.idl
@@ -296,7 +296,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
(as indicated by
com::sun::star::uno::TypeClass::ANY.)
</p>
- <p> A <void/> type indicates that the type is unspecified
+ <p> A `VOID` type indicates that the type is unspecified
in this layer.
In this case any subsequent value may be of a generic type
(e.g. `string` or - for list values -
@@ -345,7 +345,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
<p> The value must match the type of the current property.
If the property does not have the
SchemaAttribute::REQUIRED flag set,
- the value can be <void/>.
+ the value can be `VOID`.
</p>
<p> If the current property is localized, this value applies
to the default locale.
@@ -379,7 +379,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
<p> The value must match the type of the current property.
If the property does not have the
SchemaAttribute::REQUIRED flag set,
- the value can be <void/>.
+ the value can be `VOID`.
</p>
@param aLocale
@@ -427,7 +427,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
raises( MalformedDataException,
com::sun::star::lang::WrappedTargetException );
- /** receives notification that a property having a <void/> value is added
+ /** receives notification that a property having a `VOID` value is added
to the current node.
<p> The current node must be extensible.
@@ -473,7 +473,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
com::sun::star::lang::WrappedTargetException );
- /** receives notification that a property having a non-<void/> value
+ /** receives notification that a property having a non-`VOID` value
is added to the current node.
<p> The current node must be extensible.
@@ -499,7 +499,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
specifies the value of the new property.
<p> The value also determines the type.
- Therefore the value must not be <void/>.
+ Therefore the value must not be `VOID`.
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -507,7 +507,7 @@ published interface XLayerHandler: ::com::sun::star::uno::XInterface
<li>if there isn't an extensible node in progress currently</li>
<li>if a property with that name already exists</li>
<li>if the type of the value is not an allowed type
- or if the value is <void/></li>
+ or if the value is `VOID`</li>
<li>if the name is not a valid property name</li>
<li>if the value is not valid for the property</li>
<li>if the attributes are not valid for the property</li>
diff --git a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
index 024bf70d4d52..531079c4b690 100644
--- a/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XSchemaHandler.idl
@@ -415,7 +415,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
specifies the value of the new property.
<p> The value also determines the type.
- Therefore the value must not be <void/>.
+ Therefore the value must not be `VOID`.
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -423,7 +423,7 @@ published interface XSchemaHandler: ::com::sun::star::uno::XInterface
<li>if there isn't a group or extensible node in progress currently</li>
<li>if a property with the same name already exists</li>
<li>if the type of the default value is not an allowed type,
- or if the default value is <void/></li>
+ or if the default value is `VOID`</li>
<li>if the name is not a valid property name</li>
<li>if the attributes are not valid for a property</li>
</ul>
diff --git a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
index 1e96fc338a31..0c75533de71e 100644
--- a/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
+++ b/offapi/com/sun/star/configuration/backend/XUpdateHandler.idl
@@ -315,7 +315,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
@param aType
specifies the type of the property.
- <p> A <void/> type can be used to signify that
+ <p> A `VOID` type can be used to signify that
the type is unknown and should not be recorded.
</p>
@@ -351,7 +351,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
<p> The value must match the type of the existing property.
If the property does not have the
SchemaAttribute::REQUIRED flag set,
- the value can be <void/>.
+ the value can be `VOID`.
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -381,7 +381,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
<p> The value must match the type of the existing property.
If the property does not have the
SchemaAttribute::REQUIRED flag set,
- the value can be <void/>.
+ the value can be `VOID`.
</p>
@param aLocale
@@ -495,7 +495,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
raises( MalformedDataException,
com::sun::star::lang::WrappedTargetException );
- /** receives notification that a property having a value of <void/>
+ /** receives notification that a property having a value of `VOID`
is added to the current node.
<p> The current node must be extensible and
@@ -572,7 +572,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
specifies the value of the new property.
<p> The value also determines the type.
- Therefore the value must not be <void/>.
+ Therefore the value must not be `VOID`.
</p>
@throws com::sun::star::configuration::backend::MalformedDataException
@@ -581,7 +581,7 @@ published interface XUpdateHandler: ::com::sun::star::uno::XInterface
<li>if there already was a change to a property of that name</li>
<li>if a property of that name exists and is not removable</li>
<li>if the type of the value is not an allowed type,
- or if the value is <void/></li>
+ or if the value is `VOID`</li>
<li>if the name is not a valid property name</li>
<li>if the attributes are not valid for the property</li>
</ul>