summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/KeyModifier.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/KeyModifier.idl')
-rw-r--r--offapi/com/sun/star/awt/KeyModifier.idl4
1 files changed, 2 insertions, 2 deletions
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;
};