connectivity/source/drivers/firebird/Column.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 032b6698c11f6b6e67fa3a12c2d34f1f7afe63f6
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Fri Nov 1 23:14:41 2019 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed Nov 6 16:58:22 2019 +0100

    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 <serval2...@yahoo.fr>

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),
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to