Bug 145003

Summary: File>Properties Dialog should not guess the file type by extension
Product: LibreOffice Reporter: Andreas Säger <villeroy>
Component: UIAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: normal CC: aron.budea, buzea.bogdan, himajin100000
Priority: medium    
Version: Inherited From OOo   
Hardware: All   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 108747, 123475    

Description Andreas Säger 2021-10-08 17:23:50 UTC
Assuming a file with a wrong name extension (quite often .xls instead of .csv), menu:File>Properties guesses the file type by name extension whereas menu:File>Save As... indicates the actual file type that has been detected when loading the file.
Comment 1 Mike Kaganski 2021-10-10 12:48:32 UTC
Also repro using OOo 3.2.0.
Comment 2 Mike Kaganski 2021-10-10 13:06:46 UTC
Code pointer: sfx2/source/dialog/dinfdlg.cxx, function SfxDocumentPage::Reset, the relevant label is represented by m_xShowTypeFT.