office-gobmx/fpicker
Tor Lillqvist 4a7b8a981d Use NSModalResponseOK instead of deprecated NSFileHandlingPanelOKButton
NSFileHandlingPanelOKButton is defined as NSModalResponseOK in
NSSavePanel.h:

NSFileHandlingPanelOKButton	API_DEPRECATED_WITH_REPLACEMENT("NSModalResponseOK", macos(10.0,10.13)) = NSModalResponseOK,

For some reason, when as a test I just removed the
SAL_WNODEPRECATED_DECLARATIONS_PUSH and _POP lines, I still did not
get any depreation warning about NSFileHandlingPanelOKButton. I wonder
if there is some problem in latest Xcode or in our build system that
means we don't get any deprecation warnings at all any more on macOS.

Change-Id: Ia61dd9f800eb7d251508dbd491a9c48c8e6118f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123964
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2021-10-21 12:54:53 +02:00
..
inc
qa/unit
source Use NSModalResponseOK instead of deprecated NSFileHandlingPanelOKButton 2021-10-21 12:54:53 +02:00
uiconfig/ui add suggested-action to some buttons 2021-10-20 10:03:48 +02:00
AllLangMoTarget_fps.mk
CppunitTest_fpicker_dialogs_test.mk
IwyuFilter_fpicker.yaml
Library_fps.mk
Library_fps_aqua.mk Bin dead code 2021-10-21 11:16:53 +02:00
Library_fps_office.mk
Makefile
Module_fpicker.mk
README.md
UIConfig_fps.mk

Native File Picker

Native file pickers for macOS and Windows (file open dialog).