diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-28 17:42:41 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-08-28 18:32:03 +0200 |
commit | d34dafd7902e54d508d34b19b7e4d8a0662ef20c (patch) | |
tree | d64e3f48c0a5df8057555d926bebd11efaaf4407 /dbaccess | |
parent | 52d7c6be46663d4a28745a0cfa2ced5493637230 (diff) |
Fix typo
Change-Id: Ic1256a994fb6813437320c29bfc73d414faf46dd
Reviewed-on: https://gerrit.libreoffice.org/78232
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/misc/WColumnSelect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |