From 9c0d40fbc7d01ff46b78b798361bf3a19cc18bdc Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Tue, 27 Nov 2018 11:40:49 +0100 Subject: 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 --- udkapi/com/sun/star/lang/SystemDependent.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udkapi') diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl index 1764eb98edd4..4d1c3c5e6b88 100644 --- a/udkapi/com/sun/star/lang/SystemDependent.idl +++ b/udkapi/com/sun/star/lang/SystemDependent.idl @@ -70,7 +70,7 @@ published constants SystemDependent /** The called interface method returns a value specified for OS/2. */ const short SYSTEM_OS2 = 4; - /** The called interface method returns a value specified for Mac OS X. + /** The called interface method returns a value specified for macOS. */ const short SYSTEM_MAC = 5; -- cgit