dbaccess/source/ui/misc/WColumnSelect.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d34dafd7902e54d508d34b19b7e4d8a0662ef20c Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Aug 28 17:42:41 2019 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Aug 28 18:32:03 2019 +0200 Fix typo Change-Id: Ic1256a994fb6813437320c29bfc73d414faf46dd Reviewed-on: https://gerrit.libreoffice.org/78232 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/dbaccess/source/ui/misc/WColumnSelect.cxx b/dbaccess/source/ui/misc/WColumnSelect.cxx index b5842210655e..15eb6c66451d 100644 --- a/dbaccess/source/ui/misc/WColumnSelect.cxx +++ b/dbaccess/source/ui/misc/WColumnSelect.cxx @@ -138,7 +138,7 @@ void OWizColumnSelect::Reset() void OWizColumnSelect::ActivatePage( ) { - // if there are no dest columns reset the left side with the origibnal columns + // if there are no dest columns reset the left side with the original columns if(m_pParent->getDestColumns().empty()) Reset(); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
