summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbaccess/source/ui/querydesign/querycontroller.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx
index d56b51b12885..e49f1af9fe04 100644
--- a/dbaccess/source/ui/querydesign/querycontroller.cxx
+++ b/dbaccess/source/ui/querydesign/querycontroller.cxx
@@ -182,7 +182,7 @@ namespace dbaui
case SQL_NODE_NAME:
{
- rString += "SQL_NAME:" + "\"" + _pNode->getTokenValue() + "\"";
+ rString += "SQL_NAME:\"" + _pNode->getTokenValue() + "\"";
break;}
case SQL_NODE_STRING: