From e1328b89fa87cbb333c096bf229a810317f25bc3 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 23 Jul 2018 16:28:03 +0200 Subject: Fix typos Change-Id: If0d8f4033d9bc20f521d33d732fb349f0df5eeef Reviewed-on: https://gerrit.libreoffice.org/57822 Reviewed-by: Julien Nabet Tested-by: Jenkins --- offapi/com/sun/star/presentation/XSlideShowController.idl | 2 +- offapi/com/sun/star/sdbc/PreparedStatement.idl | 2 +- offapi/com/sun/star/sdbc/ResultSet.idl | 2 +- offapi/com/sun/star/sdbc/Statement.idl | 2 +- offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'offapi/com/sun/star') diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl index e4b353474a64..58b8ccf1c462 100644 --- a/offapi/com/sun/star/presentation/XSlideShowController.idl +++ b/offapi/com/sun/star/presentation/XSlideShowController.idl @@ -89,7 +89,7 @@ interface XSlideShowController void gotoNextEffect(); - /** undo the last effects that where triggered by a generic trigger. + /** undo the last effects that were triggered by a generic trigger.

If there is no previous effect that can be undone then the previous slide will be displayed. */ diff --git a/offapi/com/sun/star/sdbc/PreparedStatement.idl b/offapi/com/sun/star/sdbc/PreparedStatement.idl index ae841c50bee5..007f5def80c5 100644 --- a/offapi/com/sun/star/sdbc/PreparedStatement.idl +++ b/offapi/com/sun/star/sdbc/PreparedStatement.idl @@ -192,7 +192,7 @@ published service PreparedStatement This name can then be used in SQL positioned update/delete statements to identify the current row in the ResultSet generated by this statement. If the database does not support positioned update/delete, this property is - a noop. To insure that a cursor has the proper isolation level to support + a noop. To ensure that a cursor has the proper isolation level to support updates, the cursor's SELECT statement should be of the form "select for update ...". If the "for update" phrase is omitted, positioned updates may fail. diff --git a/offapi/com/sun/star/sdbc/ResultSet.idl b/offapi/com/sun/star/sdbc/ResultSet.idl index 186d70753550..69f1cd617416 100644 --- a/offapi/com/sun/star/sdbc/ResultSet.idl +++ b/offapi/com/sun/star/sdbc/ResultSet.idl @@ -170,7 +170,7 @@ published service ResultSet This name can then be used in SQL positioned update/delete statements to identify the current row in the ResultSet generated by this statement. If the database doesn't support positioned update/delete, this property is - a noop. To insure that a cursor has the proper isolation level to support + a noop. To ensure that a cursor has the proper isolation level to support updates, the cursor's SELECT statement should be of the form "select for update ...". If the "for update" phrase is omitted, positioned updates may fail. diff --git a/offapi/com/sun/star/sdbc/Statement.idl b/offapi/com/sun/star/sdbc/Statement.idl index 77e598dfb7df..6b7868f78496 100644 --- a/offapi/com/sun/star/sdbc/Statement.idl +++ b/offapi/com/sun/star/sdbc/Statement.idl @@ -147,7 +147,7 @@ published service Statement This name can then be used in SQL positioned update/delete statements to identify the current row in the ResultSet generated by this statement. If the database does not support positioned update/delete, this property is - a noop. To insure that a cursor has the proper isolation level to support + a noop. To ensure that a cursor has the proper isolation level to support updates, the cursor's SELECT statement should be of the form "select for update ...". If the "for update" phrase is omitted, positioned updates may fail. diff --git a/offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl b/offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl index 4c0e5b7d2e98..d768854ab0ab 100644 --- a/offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl +++ b/offapi/com/sun/star/ui/XContextChangeEventMultiplexer.idl @@ -102,7 +102,7 @@ interface XContextChangeEventMultiplexer : ::com::sun::star::uno::XInterface raises (com::sun::star::lang::IllegalArgumentException); - /** Call all event listeners that where added for the specified event focus. + /** Call all event listeners that were added for the specified event focus. */ void broadcastContextChangeEvent ( [in] com::sun::star::ui::ContextChangeEventObject aEvent, -- cgit