summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorPierre <prrvchr@gmail.com>2024-03-29 22:22:38 +0100
committerJulien Nabet <serval2412@yahoo.fr>2024-05-03 12:35:58 +0200
commit334585be92eac832e56944b773436bdbefd58adf (patch)
treecf2b0b5f0d824c940bcf811aa54f7532d5ef0fc6 /dbaccess
parent14c6cde779d64596eab0f4d3f32f181ce2243929 (diff)
tdf#160423 Base handle zoned time type correctly
Change-Id: Ib1b8f82295e861edb09e2f87deccc5b0edf8b296 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165560 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/control/FieldDescControl.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/source/ui/control/FieldDescControl.cxx b/dbaccess/source/ui/control/FieldDescControl.cxx
index f341482ea92f..8ec4909a62c2 100644
--- a/dbaccess/source/ui/control/FieldDescControl.cxx
+++ b/dbaccess/source/ui/control/FieldDescControl.cxx
@@ -789,6 +789,8 @@ void OFieldDescControl::DisplayData(OFieldDescription* pFieldDescr )
case DataType::DATE:
case DataType::TIME:
case DataType::TIMESTAMP:
+ case DataType::TIME_WITH_TIMEZONE:
+ case DataType::TIMESTAMP_WITH_TIMEZONE:
DeactivateAggregate( tpLength ); // we don't need a length for date types
DeactivateAggregate( tpTextLen );
DeactivateAggregate( tpBoolDefault );