summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryDesignView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryDesignView.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index b3e71892e671..482133b88553 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -1609,7 +1609,7 @@ namespace
if (pCondition->getChild(i)->getNodeType() == SQLNodeType::Equal)
i++;
- // Bedingung parsen
+ // parse the condition
aCondition = ParseCondition(rController
,pCondition
,_pView->getDecimalSeparator()
@@ -2789,7 +2789,7 @@ OUString OQueryDesignView::getStatement()
if( aFieldListStr.isEmpty() )
return OUString();
- // Exceptionhandling, if no fields have been passed we should not
+ // Exception handling, if no fields have been passed we should not
// change the tab page
// TabBarSelectHdl will query the SQL-OUString for STATEMENT_NOFIELDS
// and trigger a error message
@@ -2804,7 +2804,7 @@ OUString OQueryDesignView::getStatement()
// exist but no tables exist (and aFieldListStr has its length, I secure this above)
OUStringBuffer aHavingStr,aCriteriaListStr;
- // ----------------- Kriterien aufbauen ----------------------
+ // ----------------- build the criteria ----------------------
if (!GenerateCriterias(this,aCriteriaListStr,aHavingStr,rFieldList, nTabcount > 1))
return OUString();