diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-09-07 13:09:35 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-09-11 18:05:35 +0200 |
commit | 591db0f97b6084723c138a01d5f336b1f1a3a639 (patch) | |
tree | f61e3dcca1ed4b47539ce02cc43d4707894e10f0 /fpicker/Library_fps.mk | |
parent | f87be145725b15745dabae90e1b030819d7a6eac (diff) |
WIN drop unused fpicker subdirs
While the folder picker had some shared code with the file picker,
the folder hierarchy made some sense, but since it's gone now,
move the files to the base directory.
Change-Id: Ib78ada9cdb570df64ccbc28da835cfcaf25009db
Reviewed-on: https://gerrit.libreoffice.org/60145
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'fpicker/Library_fps.mk')
-rw-r--r-- | fpicker/Library_fps.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/fpicker/Library_fps.mk b/fpicker/Library_fps.mk index cc08f47525d5..27432868c004 100644 --- a/fpicker/Library_fps.mk +++ b/fpicker/Library_fps.mk @@ -61,14 +61,14 @@ $(eval $(call gb_Library_add_libs,fps,\ endif $(eval $(call gb_Library_add_exception_objects,fps,\ - fpicker/source/win32/filepicker/asyncrequests \ - fpicker/source/win32/filepicker/FilterContainer \ - fpicker/source/win32/filepicker/FPentry \ - fpicker/source/win32/filepicker/VistaFilePicker \ - fpicker/source/win32/filepicker/VistaFilePickerEventHandler \ - fpicker/source/win32/filepicker/VistaFilePickerImpl \ - fpicker/source/win32/misc/resourceprovider \ - fpicker/source/win32/misc/WinImplHelper \ + fpicker/source/win32/asyncrequests \ + fpicker/source/win32/FilterContainer \ + fpicker/source/win32/FPentry \ + fpicker/source/win32/VistaFilePicker \ + fpicker/source/win32/VistaFilePickerEventHandler \ + fpicker/source/win32/VistaFilePickerImpl \ + fpicker/source/win32/resourceprovider \ + fpicker/source/win32/WinImplHelper \ )) # vim: set noet sw=4 ts=4: |