diff options
-rw-r--r-- | vcl/osx/salinst.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index 7b1014114360..2fce74cf598a 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -474,6 +474,7 @@ void AquaSalInstance::handleAppDefinedEvent( NSEvent* pEvent ) } } break; +#if !HAVE_FEATURE_MACOSX_SANDBOX case AppleRemoteEvent: { sal_Int16 nCommand = 0; @@ -536,6 +537,7 @@ void AquaSalInstance::handleAppDefinedEvent( NSEvent* pEvent ) } break; +#endif case YieldWakeupEvent: // do nothing, fall out of Yield |