diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-30 22:38:04 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-04 12:01:08 +0200 |
commit | ed993aafc928717ead4fae6b6dac8845771d8661 (patch) | |
tree | f6709f547eb3fb9ec9bc28ba9e588012161b9906 /offapi/com/sun/star/sdb | |
parent | ccc4a67c43d5eef31c95fce445dc55ec7ebad393 (diff) |
*api: doxygen complains about lonely "." being list marker
Change-Id: Icaed7afe8f2463ffc16421642ff2e073fb4b7cc1
Diffstat (limited to 'offapi/com/sun/star/sdb')
-rw-r--r-- | offapi/com/sun/star/sdb/CallableStatement.idl | 3 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/ColumnSettings.idl | 12 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/DatabaseAccessConnection.idl | 4 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl | 7 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/ErrorMessageDialog.idl | 7 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/OrderColumn.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/PreparedStatement.idl | 3 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/ResultColumn.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl | 4 |
9 files changed, 13 insertions, 31 deletions
diff --git a/offapi/com/sun/star/sdb/CallableStatement.idl b/offapi/com/sun/star/sdb/CallableStatement.idl index 6db7f0f669d0..1769b61c3874 100644 --- a/offapi/com/sun/star/sdb/CallableStatement.idl +++ b/offapi/com/sun/star/sdb/CallableStatement.idl @@ -28,8 +28,7 @@ /** represents a procedure call. The service differs only in the access of the columns and parameters to the service - com::sun::star::sdbc::CallableStatement - . + com::sun::star::sdbc::CallableStatement. */ published service CallableStatement { diff --git a/offapi/com/sun/star/sdb/ColumnSettings.idl b/offapi/com/sun/star/sdb/ColumnSettings.idl index d1c5421787cd..38d60e5c2ae7 100644 --- a/offapi/com/sun/star/sdb/ColumnSettings.idl +++ b/offapi/com/sun/star/sdb/ColumnSettings.idl @@ -93,24 +93,18 @@ published service ColumnSettings /** indicates a control model which defines the settings for layouting. - The default is - `NULL` - . + The default is `NULL`. */ [optional, property] com::sun::star::beans::XPropertySet ControlModel; /** describes an optional help text which can be used by UI components when representing this column. - The default is - `NULL` - . + The default is `NULL`. */ [optional, property] string HelpText; /** describes the default value which should be displayed by a control when moving to a new row. - The default is - `NULL` - . + The default is `NULL`. */ [optional, property] string ControlDefault; }; diff --git a/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl b/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl index af0a657f17f7..a5af742fa75e 100644 --- a/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl +++ b/offapi/com/sun/star/sdb/DatabaseAccessConnection.idl @@ -38,9 +38,7 @@ Objects for data definition are supplied as well, for instance, Tables, Views, etc. <p> - Implements the service - com::sun::star::sdbc::Connection - . + Implements the service com::sun::star::sdbc::Connection. It is possible to open more than one connection at the same time, but the method com::sun::star::sdb::DatabaseAccessConnection::dispose() will close only one of these connections. You have to close all connections in order diff --git a/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl b/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl index 58481e7ac7c0..c4e105be6244 100644 --- a/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl +++ b/offapi/com/sun/star/sdb/DatasourceAdministrationDialog.idl @@ -61,9 +61,7 @@ published service DatasourceAdministrationDialog /** allows initializing the dialog <p> You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments - method of your - com::sun::star::lang::XMultiServiceFactory - . + method of your com::sun::star::lang::XMultiServiceFactory. </p> <p> @@ -89,8 +87,7 @@ published service DatasourceAdministrationDialog <li><b>InitialSelection</b><br/> String or XDataSource describing which data source should be selected initially. This String name must be known to the - com::sun::star::sdb::DatabaseContext - . + com::sun::star::sdb::DatabaseContext. </li> </ul> </p> diff --git a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl index 2b24067c0f29..7211d45afa17 100644 --- a/offapi/com/sun/star/sdb/ErrorMessageDialog.idl +++ b/offapi/com/sun/star/sdb/ErrorMessageDialog.idl @@ -51,9 +51,7 @@ published service ErrorMessageDialog : com::sun::star::ui::dialogs::XExecutableD /** allows initializing the dialog <p> You do not need to call the initialize method directly, instead you may use the createInstanceWithArguments - method of your - com::sun::star::lang::XMultiServiceFactory - . + method of your com::sun::star::lang::XMultiServiceFactory. </p> <p> You specify a parameter by passing one (or more) @@ -80,8 +78,7 @@ published service ErrorMessageDialog : com::sun::star::ui::dialogs::XExecutableD com::sun::star::sdbc::SQLException describing the error which is being displayed.<br/> When initializing this value, you may use any derivative of - com::sun::star::sdbc::SQLException - . + com::sun::star::sdbc::SQLException. </li> </ul> </p> diff --git a/offapi/com/sun/star/sdb/OrderColumn.idl b/offapi/com/sun/star/sdb/OrderColumn.idl index d693fd775ec0..6d264c0313d1 100644 --- a/offapi/com/sun/star/sdb/OrderColumn.idl +++ b/offapi/com/sun/star/sdb/OrderColumn.idl @@ -31,7 +31,7 @@ service OrderColumn { service com::sun::star::sdbcx::Column; - /** describes which sort order this column has.. + /** describes which sort order this column has. The default is `TRUE`. */ [property] boolean IsAscending; diff --git a/offapi/com/sun/star/sdb/PreparedStatement.idl b/offapi/com/sun/star/sdb/PreparedStatement.idl index 7938f1d0217f..89c36d297d47 100644 --- a/offapi/com/sun/star/sdb/PreparedStatement.idl +++ b/offapi/com/sun/star/sdb/PreparedStatement.idl @@ -30,8 +30,7 @@ /** represents a precompiled SQL statement. The service differs only in the access of the columns and parameters to the service - com::sun::star::sdbc::PreparedStatement - . + com::sun::star::sdbc::PreparedStatement. */ published service PreparedStatement { diff --git a/offapi/com/sun/star/sdb/ResultColumn.idl b/offapi/com/sun/star/sdb/ResultColumn.idl index 7de15d80a37a..f3a8c2c8e75c 100644 --- a/offapi/com/sun/star/sdb/ResultColumn.idl +++ b/offapi/com/sun/star/sdb/ResultColumn.idl @@ -53,7 +53,7 @@ published service ResultColumn [readonly, property] boolean IsCaseSensitive; - /** indicates the column's normal max width in chars.. + /** indicates the column's normal max width in chars. */ [readonly, property] long DisplaySize; diff --git a/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl b/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl index e11d554547e0..67332fcb1534 100644 --- a/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl +++ b/offapi/com/sun/star/sdb/XSQLQueryComposerFactory.idl @@ -24,9 +24,7 @@ module com { module sun { module star { module sdb { -/** is a factory for instances of service - com::sun::star::sdb::SQLQueryComposer - . +/** is a factory for instances of service com::sun::star::sdb::SQLQueryComposer. */ published interface XSQLQueryComposerFactory: com::sun::star::uno::XInterface { |