summaryrefslogtreecommitdiffstats
path: root/include/apple_remote/RemoteControl.h
Commit message (Collapse)AuthorAgeFilesLines
* Typo notifcation->notificationJulien Nabet2017-08-211-2/+2
| | | | | | | Change-Id: I411105f1a3d519dd08bee55c722e4a06a14f238d Reviewed-on: https://gerrit.libreoffice.org/41368 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
* Fix typosAndrea Gelmini2017-03-251-1/+1
| | | | | | | Change-Id: I389542e18fcf71011f22919743b5280779f449fd Reviewed-on: https://gerrit.libreoffice.org/35632 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* Remove unused tag type name (that happens to be reserved) in typedefStephan Bergmann2016-03-101-1/+1
| | | | Change-Id: I72855ec7f5cd9873c9ab202fdcb06f5967585c41
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-091-2/+2
| | | | Change-Id: I1caf03785f84cf709b7f23c5ca3d2659bf950b28
* Fix visibility for --enable-64-bitStephan Bergmann2013-09-131-1/+5
| | | | | | | | | | | | | | | | | | | | ...post 68e2a4e41d6e81a6e95a296d775c9ac8f5c97e8b "Revert 'Visibility doesn't seem to work as we want in Apple's Clang.'" Quoting <https://developer.apple.com/library/mac/documentation/developertools/ Conceptual/CppRuntimeEnv/Articles/SymbolVisibility.html> section "Symbol Visibility and Objective-C:" "When building for x86_64 OS X or for iOS, symbol visibility /does/ affect objective-C classes. [...] This means that if a given class is intended to be usable outside the library or executable it's defined in, you need to ensure proper symbol visibility." The chosen syntax works at least with both --en/disable-64-bit "experimental" (Clang-based) builds on OS X 10.8. Hopefully, it also works for baseline builds. (Also, it could be that a more fine grained use of SAL_DLLPUBLIC_EXPORT/SAL_DLLPRIVATE would be useful, but with the current setup at least linking of Library_vcl against Library_AppleRemote works.) Change-Id: Iff4fe9e50d1400c83879f62fe29b35bd19d58eb8
* execute move of global headersBjoern Michaelsen2013-04-231-0/+113
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a