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

Andrea Gelmini andrea.gelmini at gelma.net
Tue Jun 27 11:16:12 UTC 2017


 dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec5f7d8134f914f21056fb7f6719509c5465d382
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Jun 26 19:49:37 2017 +0200

    Fix typo
    
    To complete commit 3f3181522bd5fa7cd32dc81c624ef260b29cfc9c
    
    Change-Id: Ia6784899e39be6822577e3b8d5f4082ed765fd5e
    Reviewed-on: https://gerrit.libreoffice.org/39271
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 9b25e3f9bd95..9e09847c7572 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -369,7 +369,7 @@ void OSelectionBrowseBox::Init()
     }
     catch(const SQLException&)
     {
-        OSL_FAIL("Catched Exception when asking for database metadata options!");
+        OSL_FAIL("Caught Exception when asking for database metadata options!");
         m_nMaxColumns = 0;
     }
 }


More information about the Libreoffice-commits mailing list