diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-22 18:52:32 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-23 11:10:57 +0200 |
commit | 2ddf7c865d78f421417a27f3266188461ee8db0d (patch) | |
tree | 8b9b006665552edcb2400d1b6d77bfc9a88ceb4a /wizards | |
parent | e670c7a12d6121795dd70025843ced130dfd8d16 (diff) |
Fix typos
Change-Id: I6e3e5df63adc7acdac7f41adc1988a734580b084
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101219
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/query/QueryWizard.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/query/QueryWizard.java b/wizards/com/sun/star/wizards/query/QueryWizard.java index 6c6683a6dffb..8f460e55ef07 100644 --- a/wizards/com/sun/star/wizards/query/QueryWizard.java +++ b/wizards/com/sun/star/wizards/query/QueryWizard.java @@ -92,7 +92,7 @@ public class QueryWizard extends DatabaseObjectWizard if (m_DBMetaData.getConnection(m_wizardContext)) { reslblFields = m_oResource.getResText("RID_QUERY_4"); - reslblFieldHeader = m_oResource.getResText("RID_QUERY_19"); //Fielnames in AliasComponent + reslblFieldHeader = m_oResource.getResText("RID_QUERY_19"); //Fieldnames in AliasComponent reslblAliasHeader = m_oResource.getResText("RID_QUERY_20"); //Fieldtitles header in AliasComponent reslblSelFields = m_oResource.getResText("RID_QUERY_50"); reslblTables = m_oResource.getResText("RID_QUERY_3"); |