About Windows Tinderbox error

julien2412 serval2412 at yahoo.fr
Wed Oct 24 03:41:38 PDT 2012


Hello,

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 ) ) );
?

Julien



--
View this message in context: http://nabble.documentfoundation.org/About-Windows-Tinderbox-error-tp4015113.html
Sent from the Dev mailing list archive at Nabble.com.


More information about the LibreOffice mailing list