diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 10:08:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-17 10:08:56 +0000 |
commit | 349cd52bf7ee238a57a7d7518bee369bb00bd0cc (patch) | |
tree | 18cfcfeb078cb155a0cac0783840b43daf8df5f4 /dbaccess/source/ui/querydesign/QueryDesignView.cxx | |
parent | 1d9f5d511b288932c9adcb28b7f1baa2e9953b49 (diff) |
INTEGRATION: CWS dba23 (1.70.44); FILE MERGED
2005/01/20 16:54:41 oj 1.70.44.3: #i40648# new datatype BOOLEAN
2005/01/17 13:29:23 oj 1.70.44.2: #i40169# change ULONG in sal_uInt32
2005/01/14 14:47:47 oj 1.70.44.1: #i40169# change sal_uInt32 in ULONG
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryDesignView.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryDesignView.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx index 4a135b922..0792c7408 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.70 $ + * $Revision: 1.71 $ * - * last change: $Author: rt $ $Date: 2004-10-22 09:06:51 $ + * last change: $Author: vg $ $Date: 2005-02-17 11:08:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -333,6 +333,7 @@ namespace rNewValue = rValue; break; case DataType::BIT: + case DataType::BOOLEAN: { if(xMetaData.is()) { |