summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/gridwizard.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-02-17 10:11:53 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-02-17 10:11:53 +0000
commitf68a419d9f05ac796c948ed280f79271b191d12d (patch)
treee4628c4149fb80639cd5276de749601889291cfd /extensions/source/dbpilots/gridwizard.cxx
parent5135904edeb0eecb3bc7f7af67c895a76ed57cb3 (diff)
INTEGRATION: CWS dba23 (1.11.34); FILE MERGED
2005/01/21 06:30:31 oj 1.11.34.1: #i40648# new DataType::BOOLEAN
Diffstat (limited to 'extensions/source/dbpilots/gridwizard.cxx')
-rw-r--r--extensions/source/dbpilots/gridwizard.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/dbpilots/gridwizard.cxx b/extensions/source/dbpilots/gridwizard.cxx
index ee2524281666..7ccbaec6def1 100644
--- a/extensions/source/dbpilots/gridwizard.cxx
+++ b/extensions/source/dbpilots/gridwizard.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gridwizard.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-11-16 11:59:04 $
+ * last change: $Author: vg $ $Date: 2005-02-17 11:11:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -191,6 +191,7 @@ namespace dbp
switch (nFieldType)
{
case DataType::BIT:
+ case DataType::BOOLEAN:
aColumnServiceNames.push_back(::rtl::OUString::createFromAscii("CheckBox"));
aColumnLabelPostfixes.push_back(s_sEmptyString);
break;