On 10/24/2012 12:41 PM, julien2412 wrote:
Following this commit
http://cgit.freedesktop.org/libreoffice/core/commit/?id=c988da288ec473a28f61ebb53aa3ff82bab11ef4,
shouldn't fpicker/source/win32/filepicker/FPentry.cxx

I wonder reading this:
http://opengrok.libreoffice.org/xref/core/fpicker/source/win32/filepicker/FPentry.cxx#49
using ::com::sun::star::ui::dialogs::XFolderPicker;
shouldn't it replaced by:
using ::com::sun::star::ui::dialogs::XFolderPicker2;

and line 89
return Reference< XInterface >( static_cast< XFolderPicker* >( new
CFolderPicker( rServiceManager ) ) );
replaced by :
return Reference< XInterface >( static_cast< XFolderPicker2* >( new
CFolderPicker( rServiceManager ) ) );
?

I'd assume that if those fdo#46808 related commits introduced one Windows-only error they probably introduced more, so I started a Windows build now to hopefully fix them all. However, that build takes a while for me, so please stay tuned...

Stephan
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to