diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2019-11-01 23:14:41 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-11-06 16:58:22 +0100 |
commit | 032b6698c11f6b6e67fa3a12c2d34f1f7afe63f6 (patch) | |
tree | f71d4cb125e4fb344dd2f40521bd85445152ccbf /connectivity/source | |
parent | 47d9af04db2b6139644c5e2bda628b7035f89f52 (diff) |
Base/Firebird fix column creation
Avoid these logs when saving a brand new table in embedded Firebird:
warn:legacy.osl:6038:6038:comphelper/source/property/propertycontainerhelper.cxx:181: OPropertyContainerHelper::implPushBackProperty: name already exists!
warn:legacy.osl:6038:6038:comphelper/source/property/propertycontainerhelper.cxx:182: OPropertyContainerHelper::implPushBackProperty: handle already exists!
...
Change-Id: I305791ad14d0bd18b3a527b848c031e02d661dbb
Reviewed-on: https://gerrit.libreoffice.org/81926
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/drivers/firebird/Column.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Column.cxx b/connectivity/source/drivers/firebird/Column.cxx index f5da82718b5a..9c13499f8772 100644 --- a/connectivity/source/drivers/firebird/Column.cxx +++ b/connectivity/source/drivers/firebird/Column.cxx @@ -24,7 +24,6 @@ Column::Column() void Column::construct() { - OColumn::construct(); m_sAutoIncrement = "GENERATED BY DEFAULT AS IDENTITY"; registerProperty(OMetaConnection::getPropMap().getNameByIndex( PROPERTY_ID_AUTOINCREMENTCREATION), |