dbaccess/source/ui/app/AppControllerDnD.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 726335e69e30b723f5793da9035fcdf17b441e81 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri May 3 22:40:48 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
