[Libreoffice-commits] core.git: wizards/com xmloff/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Aug 23 09:11:32 UTC 2020
wizards/com/sun/star/wizards/query/QueryWizard.java | 2 +-
xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2ddf7c865d78f421417a27f3266188461ee8db0d
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Aug 22 18:52:32 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Aug 23 11:10:57 2020 +0200
Fix typos
Change-Id: I6e3e5df63adc7acdac7f41adc1988a734580b084
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101219
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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");
diff --git a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
index ce54fe971d44..4884d0ba5823 100644
--- a/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
+++ b/xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx
@@ -87,7 +87,7 @@ bool UnoInterfaceToUniqueIdentifierMapper::registerReference( const OUString& rI
while(nLength--)
{
if( (*p < '0') || (*p > '9') )
- return true; // a custom id, that will never conflict with genereated id's
+ return true; // a custom id, that will never conflict with generated id's
p++;
}
More information about the Libreoffice-commits
mailing list