diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 18:12:01 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-11-26 18:13:08 +0100 |
commit | 038683bf4cf3b6f9e4f90295ddbab2d6a3d86b25 (patch) | |
tree | 0b3da6f93e513d5d6fce981261bcfaab50e0ae4f /vcl/osx/salsys.cxx | |
parent | 210ef021f7f61d20bd1d9953916dce1f0e386970 (diff) |
Silence Mac OS X 10.9/10.10 deprecations for now
Change-Id: Ie63ed8f6f66a7641ad872f93d76efb962333cec9
Diffstat (limited to 'vcl/osx/salsys.cxx')
-rw-r--r-- | vcl/osx/salsys.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/osx/salsys.cxx b/vcl/osx/salsys.cxx index f10ba61b62e0..d8b676b20702 100644 --- a/vcl/osx/salsys.cxx +++ b/vcl/osx/salsys.cxx @@ -150,7 +150,9 @@ int AquaSalSystem::ShowNativeMessageBox( const OUString& rTitle, } } + SAL_WNODEPRECATED_DECLARATIONS_PUSH //TODO: 10.10 NSRunAlertPanel int nResult = NSRunAlertPanel( pTitle, @"%@", pDefText, pAltText, pOthText, pMessage ); + SAL_WNODEPRECATED_DECLARATIONS_POP if( pTitle ) [pTitle release]; |