summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dsmeta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/dsmeta.hxx')
-rw-r--r--dbaccess/source/ui/inc/dsmeta.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/dbaccess/source/ui/inc/dsmeta.hxx b/dbaccess/source/ui/inc/dsmeta.hxx
index 174d42803086..88053668a4ed 100644
--- a/dbaccess/source/ui/inc/dsmeta.hxx
+++ b/dbaccess/source/ui/inc/dsmeta.hxx
@@ -109,6 +109,8 @@ namespace dbaui
bool bFormsCheckRequiredFields;
bool bIgnoreCurrency;
bool bAutoIncrementIsPrimaryKey;
+ bool bEscapeDateTime;
+
// Note: If you extend this list, you need to adjust the ctor (of course)
// and (maybe) the implementation of supportsAnySpecialSetting
@@ -129,6 +131,7 @@ namespace dbaui
,bFormsCheckRequiredFields ( true )
,bIgnoreCurrency ( false )
,bAutoIncrementIsPrimaryKey ( false )
+ ,bEscapeDateTime ( false )
{
}
@@ -156,6 +159,7 @@ namespace dbaui
|| ( bFormsCheckRequiredFields == true )
|| ( bIgnoreCurrency == true )
|| ( bAutoIncrementIsPrimaryKey == true )
+ || ( bEscapeDateTime == true )
;
}