diff options
-rw-r--r-- | wizards/com/sun/star/wizards/query/QueryWizard.java | 2 | ||||
-rw-r--r-- | xmloff/source/core/unointerfacetouniqueidentifiermapper.cxx | 2 |
2 files changed, 2 insertions, 2 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"); 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++; } |