summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorBartosz Kosiorek <gang65@poczta.onet.pl>2018-11-27 11:40:49 +0100
committerBartosz Kosiorek <gang65@poczta.onet.pl>2018-11-29 14:08:26 +0100
commit9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc (patch)
treea2afd07ced2da313c5cdc6183bb1ea7e832d9a7e /offapi
parenta55d15e27f4290b9aaf5597161b2b3c5200d3f85 (diff)
Rename Mac OS X to official name macOS in comments and documentation
Change-Id: I651b7f202fa52ff5f5357a11aa72c43eb7dc7f95 Reviewed-on: https://gerrit.libreoffice.org/64102 Tested-by: Jenkins Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/awt/Key.idl4
-rw-r--r--offapi/com/sun/star/awt/KeyModifier.idl4
2 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/Key.idl b/offapi/com/sun/star/awt/Key.idl
index b3358441fadc..7ad04ae2206f 100644
--- a/offapi/com/sun/star/awt/Key.idl
+++ b/offapi/com/sun/star/awt/Key.idl
@@ -25,7 +25,7 @@
/** These values are used to specify distinct physical keys, plus
- some special values used by the OS X implementation.
+ some special values used by the macOS implementation.
*/
published constants Key
{
@@ -368,7 +368,7 @@ published constants Key
/** The following values don't correspond to physical keys on any
- keyboard but are used in the OS X implementation of VCL. They
+ keyboard but are used in the macOS implementation of VCL. They
correspond to some of the action messages of the NSResponder
abstract class.
*/
diff --git a/offapi/com/sun/star/awt/KeyModifier.idl b/offapi/com/sun/star/awt/KeyModifier.idl
index 697a00d03d3f..c1dbf5044bb6 100644
--- a/offapi/com/sun/star/awt/KeyModifier.idl
+++ b/offapi/com/sun/star/awt/KeyModifier.idl
@@ -34,7 +34,7 @@ published constants KeyModifier
const short SHIFT = 1;
- /** refers in the most cases to the "Ctrl" key (Cmd on Mac OS X).
+ /** refers in the most cases to the "Ctrl" key (Cmd on macOS).
*/
const short MOD1 = 2;
@@ -43,7 +43,7 @@ published constants KeyModifier
*/
const short MOD2 = 4;
- /** refers in the most cases to the "Ctrl" key (Mac OS X)
+ /** refers in the most cases to the "Ctrl" key (macOS)
*/
const short MOD3 = 8;
};