summaryrefslogtreecommitdiffstats
path: root/vcl/osx/salinst.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-20 23:34:02 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-20 23:37:04 +0300
commit0f836296ea3cdc10326ad54983b634168285b8e2 (patch)
tree9a803361d4b4b349f36872b333b217dc316f234d /vcl/osx/salinst.cxx
parentWe don't support the Apple Remote in sandboxed mode (diff)
downloadcore-0f836296ea3cdc10326ad54983b634168285b8e2.tar.gz
core-0f836296ea3cdc10326ad54983b634168285b8e2.zip
Don't use two separate names for the same thing
Change-Id: Iad76d452d5dbaa03099c1a649d7f278b0151f340
Diffstat (limited to 'vcl/osx/salinst.cxx')
-rw-r--r--vcl/osx/salinst.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index 2fce74cf598a..b779109bc5f5 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -475,7 +475,7 @@ void AquaSalInstance::handleAppDefinedEvent( NSEvent* pEvent )
}
break;
#if !HAVE_FEATURE_MACOSX_SANDBOX
- case AppleRemoteEvent:
+ case AppleRemoteControlEvent: // Defined in <apple_remote/RemoteMainController.h>
{
sal_Int16 nCommand = 0;
SalData* pSalData = GetSalData();