office-gobmx/fpicker
Jan-Marek Glogowski 2129753120 tdf#119730 WIN switch to IFileDialog FOS_PICKFOLDERS
Citing SHBrowseForFolderW remarks: "For Windows Vista or later, it
is recommended that you use IFileDialog with the FOS_PICKFOLDERS
option rather than the SHBrowseForFolder function."

Since the minimum required Windows version is already 7 and we
already just provide the Vista file picker, this gets rid of the
Windows XP compatible folder picker code.

Change-Id: I85daae84d4eb36fc827cf20aa277ce6a2f63dd2c
Reviewed-on: https://gerrit.libreoffice.org/60144
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2018-09-08 23:07:06 +02:00
..
inc
qa/unit
source tdf#119730 WIN switch to IFileDialog FOS_PICKFOLDERS 2018-09-08 23:07:06 +02:00
test
uiconfig/ui
AllLangMoTarget_fps.mk
CppunitTest_fpicker_dialogs_test.mk
Library_fps.mk tdf#119730 WIN switch to IFileDialog FOS_PICKFOLDERS 2018-09-08 23:07:06 +02:00
Library_fps_aqua.mk
Library_fps_office.mk
Makefile
Module_fpicker.mk
README
UIConfig_fps.mk
WinResTarget_fps.mk

Native file pickers for OS X and Windows (file open dialog).