summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-20 23:32:00 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-20 23:37:03 +0300
commitc41ad388af65863b89788f874031cb129ce0f8b2 (patch)
tree301c0370c0f757a6d2c16285dd01fec03d651e69
parent04831249713827fb175faa118205bb132387dad9 (diff)
We don't support the Apple Remote in sandboxed mode
Change-Id: Ie0a456647376b9d249850227d3481be5b4ee991d
-rw-r--r--vcl/osx/salinst.cxx2
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