https://bugs.documentfoundation.org/show_bug.cgi?id=145186
--- Comment #11 from Robert Großkopf <[email protected]> --- (In reply to Julien Nabet from comment #9) > 2327 if ( xTables->hasByName(m_aCommand) ) Seems the table isn't only hidden. It has been pushed somewhere else and doesn't exist for the code "hasByName" When I have a look with xray: The tables should be read from oDatabaseDocument.Datasource.Tables.ElementNames or oDatabaseDocument.Datasource.Tables.hasByName Seems it is looking also at DatasSource.TableFilter, which will show the names of the tables, which aren't hidden. -- You are receiving this mail because: You are the assignee for the bug.
