[Libreoffice-commits] core.git: 2 commits - cli_ure/source dbaccess/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 15 02:50:05 UTC 2019


 cli_ure/source/uno_bridge/cli_environment.h      |    2 +-
 dbaccess/source/ui/inc/QueryPropertiesDialog.hxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3bae665ce86054b8422f5bb3ba849964b632780c
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:04:01 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Apr 15 04:49:29 2019 +0200

    Fix typo
    
    Change-Id: I0eb72d26be05c5ce937f72930f2c16fce69c85e5
    Reviewed-on: https://gerrit.libreoffice.org/70747
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/dbaccess/source/ui/inc/QueryPropertiesDialog.hxx b/dbaccess/source/ui/inc/QueryPropertiesDialog.hxx
index fde2e8ff9475..b5b1dc16626d 100644
--- a/dbaccess/source/ui/inc/QueryPropertiesDialog.hxx
+++ b/dbaccess/source/ui/inc/QueryPropertiesDialog.hxx
@@ -19,7 +19,7 @@ namespace dbaui
 
 /**
  * Dialog to set such properties of a query as distinct values and limit
- * It can be opened form Edit menu in Query Design View
+ * It can be opened from Edit menu in Query Design View
  */
 class QueryPropertiesDialog : public weld::GenericDialogController
 {
commit 9ad15c082c4f037437a74c49ba046c30a23e4980
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 10 16:05:48 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Mon Apr 15 04:48:51 2019 +0200

    Fix typo
    
    Change-Id: I90a02374666929aed5ae00b08af3faa187f09a5b
    Reviewed-on: https://gerrit.libreoffice.org/70749
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/cli_ure/source/uno_bridge/cli_environment.h b/cli_ure/source/uno_bridge/cli_environment.h
index 41e1166494d6..46977fa657c7 100644
--- a/cli_ure/source/uno_bridge/cli_environment.h
+++ b/cli_ure/source/uno_bridge/cli_environment.h
@@ -94,7 +94,7 @@ public:
      * will give the same id.
      * <p>
      * @return     the generated oid.
-     * @param      object     the object for which a Oid should be generated.
+     * @param      object     the object for which an Oid should be generated.
      */
     static System::String^ getObjectIdentifier(Object^ obj);
 


More information about the Libreoffice-commits mailing list