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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun May 5 08:13:31 UTC 2019


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

New commits:
commit 726335e69e30b723f5793da9035fcdf17b441e81
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri May 3 22:40:48 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 5 10:12:30 2019 +0200

    Fix typo
    
    Change-Id: I05576d6da25c4d3fe50abc9b332d5d47ffad0ee9
    Reviewed-on: https://gerrit.libreoffice.org/71821
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/dbaccess/source/ui/app/AppControllerDnD.cxx b/dbaccess/source/ui/app/AppControllerDnD.cxx
index 2a01495f0321..a59198f19418 100644
--- a/dbaccess/source/ui/app/AppControllerDnD.cxx
+++ b/dbaccess/source/ui/app/AppControllerDnD.cxx
@@ -101,7 +101,7 @@ void OApplicationController::deleteTables(const std::vector< OUString>& _rList)
     SharedConnection xConnection( ensureConnection() );
 
     Reference<XTablesSupplier> xSup(xConnection,UNO_QUERY);
-    OSL_ENSURE(xSup.is(),"OApplicationController::deleteTable: no XTablesSuppier!");
+    OSL_ENSURE(xSup.is(),"OApplicationController::deleteTable: no XTablesSupplier!");
     if ( xSup.is() )
     {
         Reference<XNameAccess> xTables = xSup->getTables();


More information about the Libreoffice-commits mailing list