https://bugs.documentfoundation.org/show_bug.cgi?id=156776
--- Comment #26 from prrv...@gmail.com --- I managed to put the correction in work in progress: https://gerrit.libreoffice.org/c/core/+/155950 But I still get an error while compiling: /home/prrvchr/github/libreoffice/dbaccess/source/ui/dlg/dlgsave.cxx: In constructor ‘dbaui::OSaveAsDlg::OSaveAsDlg(weld::Window*, sal_Int32, const com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext>&, const com::sun::star::uno::Reference<com::sun::star::sdbc::XConnection>&, const rtl::OUString&, const dbaui::IObjectNameCheck&, SADFlags)’: /home/prrvchr/github/libreoffice/dbaccess/source/ui/dlg/dlgsave.cxx:136:56: error: invalid initialization of reference of type ‘const com::sun::star::uno::Reference<com::sun::star::sdbc::XConnection2>&’ from expression of type ‘const com::sun::star::uno::Reference<com::sun::star::sdbc::XConnection>’ 136 | const Reference< XConnection2 >& xCon2(_xConnection); | ^~~~~~~~~~~~ I'm sorry, I'm going to have to learn, thanks for your help... -- You are receiving this mail because: You are the assignee for the bug.