diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 08:06:51 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 08:06:51 +0000 |
commit | 6574378b30ad54cb02f4e95e56adb09c397055b5 (patch) | |
tree | eeac6bc2bdc2880a2cf2878366db4e2d47ff2cae /dbaccess/source/ui/querydesign/QueryDesignView.cxx | |
parent | 2d79c6407f73024bb1022d085cb17c092ea4018d (diff) |
INTEGRATION: CWS dba16 (1.68.10); FILE MERGED
2004/10/11 15:27:24 oj 1.68.10.2: RESYNC: (1.68-1.69); FILE MERGED
2004/10/08 06:29:54 oj 1.68.10.1: #i31497# quote functions parameters
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryDesignView.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryDesignView.cxx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx index 65368d1d186d..770a3ac4b74a 100644 --- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx +++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx @@ -2,9 +2,9 @@ * * $RCSfile: QueryDesignView.cxx,v $ * - * $Revision: 1.69 $ + * $Revision: 1.70 $ * - * last change: $Author: rt $ $Date: 2004-09-09 09:48:21 $ + * last change: $Author: rt $ $Date: 2004-10-22 09:06:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2184,7 +2184,7 @@ namespace xMetaData, &pController->getParser()->getContext(), sal_True, - sal_False); + sal_True); // quote is to true because we need quoted elements inside the function aInfo->SetDataType(DataType::DOUBLE); aInfo->SetFieldType(TAB_NORMAL_FIELD); @@ -3005,5 +3005,3 @@ sal_Bool OQueryDesignView::HasTable() const return !m_pTableView->GetTabWinMap()->empty(); } // ----------------------------------------------------------------------------- - - |