| commit | 302843bb6dc2c82de37015b6d444b1d7cbf33c1e | [log] |
|---|---|---|
| author | Stephan Bergmann <sbergman@redhat.com> | Tue Sep 26 10:11:10 2017 +0200 |
| committer | Stephan Bergmann <sbergman@redhat.com> | Tue Sep 26 10:11:10 2017 +0200 |
| tree | 70aa6a8b5d506bd17f3df98ac2a19ab3534e064e | |
| parent | d883e3556a77303919c84652fea0f603fa350311 [diff] |
Silence macOS 10.13 -Werror,-Wdeprecated-declarations Change-Id: Idde11cd740dd67b5df06945557e5580c7d16b1e3
diff --git a/fpicker/source/aqua/SalAquaPicker.mm b/fpicker/source/aqua/SalAquaPicker.mm index 9fba038..e0bed32 100644 --- a/fpicker/source/aqua/SalAquaPicker.mm +++ b/fpicker/source/aqua/SalAquaPicker.mm
@@ -164,7 +164,10 @@ int SalAquaPicker::run() break; } SAL_WNODEPRECATED_DECLARATIONS_PUSH //TODO: 10.13 NSFileHandlingPanelOKButton if (retVal == NSFileHandlingPanelOKButton) { SAL_WNODEPRECATED_DECLARATIONS_POP NSURL* pDir = [m_pDialog directoryURL]; if (pDir) { implsetDisplayDirectory([pDir OUStringForInfo:FULLPATH]);