From 6850485b54ed77698b7c9622f437c9c7e1358ef4 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 29 Jun 2013 07:41:02 +0200 Subject: Fix some idl descriptions Change-Id: I7a986f39baf515b19255851f38600f112fe8b021 --- offapi/com/sun/star/sdb/DataSource.idl | 4 ++-- offapi/com/sun/star/sdb/DocumentContainer.idl | 2 +- offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'offapi/com/sun/star/sdb') diff --git a/offapi/com/sun/star/sdb/DataSource.idl b/offapi/com/sun/star/sdb/DataSource.idl index 690968053fae..663595081bb6 100644 --- a/offapi/com/sun/star/sdb/DataSource.idl +++ b/offapi/com/sun/star/sdb/DataSource.idl @@ -143,7 +143,7 @@ published service DataSource of an existing value), the #Settings property wraps the #Info property for easier single-value access.

-

You should use the #Setting property if you need to access a few properties only, +

You should use the #Settings property if you need to access a few properties only, and the #Info property if you need access to all existent settings at once.

The object represented by this property supports the com::sun::star::beans::PropertyBag @@ -164,7 +164,7 @@ published service DataSource Such properties are not removable from the bag, that is, their com::sun::star::beans::PropertyAttribute::REMOVABLE attribute is not set.
Usually, you'll find that all of this properties have the - com::sun::star::beans::::PropertyState::PropertyState_DEFAULT_VALUE state.

+ com::sun::star::beans::PropertyState::PropertyState_DEFAULT_VALUE state.

User-defined properties are the ones which are added at runtime by any instance. They might or might not be removable, this depends on whether or not the code adding them specifies the diff --git a/offapi/com/sun/star/sdb/DocumentContainer.idl b/offapi/com/sun/star/sdb/DocumentContainer.idl index 13865661551d..911cb0b3cdb9 100644 --- a/offapi/com/sun/star/sdb/DocumentContainer.idl +++ b/offapi/com/sun/star/sdb/DocumentContainer.idl @@ -67,7 +67,7 @@ service DocumentContainer of a DocumentDefinition supports at least the following commands, additionally to the ones already supported by the DefinitionContent:

diff --git a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl index c95fbdfc09d2..18a47c049891 100644 --- a/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl +++ b/offapi/com/sun/star/sdb/XSingleSelectQueryAnalyzer.idl @@ -194,7 +194,7 @@ interface XSingleSelectQueryAnalyzer : com::sun::star::uno::XInterface is the command which should be executed, the type of command depends on the CommandType. -

In case of a #CommandType of CommandType::COMMAND, +

In case of a #CommandType of com::sun::star::sdb::CommandType::COMMAND, means in case the #Command specifies an SQL statement, the inherited com::sun::star::sdbc::RowSet::EscapeProcessing becomes relevant:
-- cgit