Kaydet (Commit) 21ac78ae authored tarafından Eike Rathke's avatar Eike Rathke Kaydeden (comit) Andras Timar

TableRef: move getTables().applyTableColumns() to the correct position

... in import sequence.

Change-Id: Ib5601af281f0378d283ecd61fa71c41e6c1be254
(cherry picked from commit 58b0c0cf)
üst 0d0cc5d0
...@@ -461,6 +461,7 @@ void WorkbookFragment::finalizeImport() ...@@ -461,6 +461,7 @@ void WorkbookFragment::finalizeImport()
// create all database ranges and defined names, in that order // create all database ranges and defined names, in that order
getTables().finalizeImport(); getTables().finalizeImport();
getTables().applyTableColumns();
getDefinedNames().finalizeImport(); getDefinedNames().finalizeImport();
// open the VBA project storage // open the VBA project storage
OUString aVbaFragmentPath = getFragmentPathFromFirstType( CREATE_MSOFFICE_RELATION_TYPE( "vbaProject" ) ); OUString aVbaFragmentPath = getFragmentPathFromFirstType( CREATE_MSOFFICE_RELATION_TYPE( "vbaProject" ) );
......
...@@ -943,7 +943,6 @@ void WorksheetGlobals::finalizeWorksheetImport() ...@@ -943,7 +943,6 @@ void WorksheetGlobals::finalizeWorksheetImport()
// assumes getTables().finalizeImport ( which creates the DatabaseRanges ) // assumes getTables().finalizeImport ( which creates the DatabaseRanges )
// has been called already // has been called already
getTables().applyAutoFilters(); getTables().applyAutoFilters();
getTables().applyTableColumns();
getCondFormats().finalizeImport(); getCondFormats().finalizeImport();
lclUpdateProgressBar( mxFinalProgress, 0.25 ); lclUpdateProgressBar( mxFinalProgress, 0.25 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment